Home
last modified time | relevance | path

Searched refs:token_path (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c741 char *token_path; member
4980 if (obj->token_path && obj->token_path[0] == '\0') { in bpf_object_prepare_token()
4985 mandatory = obj->token_path != NULL; in bpf_object_prepare_token()
7983 const char *kconfig, *btf_tmp_path, *token_path; in bpf_object_open() local
8023 if (!token_path) in bpf_object_open()
8024 token_path = getenv("LIBBPF_BPF_TOKEN_PATH"); in bpf_object_open()
8025 if (token_path && strlen(token_path) >= PATH_MAX) in bpf_object_open()
8036 if (token_path) { in bpf_object_open()
8037 obj->token_path = strdup(token_path); in bpf_object_open()
8038 if (!obj->token_path) { in bpf_object_open()
[all …]