Searched refs:search_paths (Results 1 – 4 of 4) sorted by relevance
13 search_paths = []16 search_paths = [os.path.join(p, op) for p in paths for op in overrides]17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
74 search_paths = [os.path.join(os.getcwd(), 'include')]78 for path in search_paths:85 for path in search_paths:
24 search_paths = [] variable208 for path in search_paths:
11216 const char *search_paths[3] = {}; in resolve_full_path() local11220 search_paths[0] = getenv("LD_LIBRARY_PATH"); in resolve_full_path()11221 search_paths[1] = "/usr/lib64:/usr/lib"; in resolve_full_path()11222 search_paths[2] = arch_specific_lib_paths(); in resolve_full_path()11225 search_paths[0] = getenv("PATH"); in resolve_full_path()11226 search_paths[1] = "/usr/bin:/usr/sbin"; in resolve_full_path()11230 for (i = 0; i < ARRAY_SIZE(search_paths); i++) { in resolve_full_path()11233 if (!search_paths[i]) in resolve_full_path()11235 for (s = search_paths[i]; s != NULL; s = strchr(s, ':')) { in resolve_full_path()