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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c708 char *token_path; member in struct:bpf_object
4845 if (obj->token_path && obj->token_path[0] == '\0') {
4850 mandatory = obj->token_path != NULL;
4853 bpffs_path = obj->token_path ?: BPF_FS_DEFAULT_PATH;
7813 const char *obj_name, *kconfig, *btf_tmp_path, *token_path; local
7850 token_path = OPTS_GET(opts, bpf_token_path, NULL);
7855 if (!token_path)
7856 token_path = getenv("LIBBPF_BPF_TOKEN_PATH");
7857 if (token_path
[all...]

Completed in 180 milliseconds