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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c11703 const char *search_paths[3] = {}; local
11707 search_paths[0] = getenv("LD_LIBRARY_PATH");
11708 search_paths[1] = "/usr/lib64:/usr/lib";
11709 search_paths[2] = arch_specific_lib_paths();
11712 search_paths[0] = getenv("PATH");
11713 search_paths[1] = "/usr/bin:/usr/sbin";
11717 for (i = 0; i < ARRAY_SIZE(search_paths); i++) {
11720 if (!search_paths[i])
11722 for (s = search_paths[i]; s != NULL; s = strchr(s, ':')) {

Completed in 135 milliseconds