Searched refs:search_dir (Results 1 – 12 of 12) sorted by relevance
47 for search_dir in _dll_search_path:48 candidate_path = os.path.join(search_dir, dll_basename)
108 const char *search_dir = getenv("GALLIUM_PIPE_SEARCH_DIR"); in pipe_loader_sw_probe_init_common() local109 if (search_dir == NULL) in pipe_loader_sw_probe_init_common()110 search_dir = PIPE_SEARCH_DIR; in pipe_loader_sw_probe_init_common()112 sdev->lib = pipe_loader_find_module("swrast", search_dir); in pipe_loader_sw_probe_init_common()
101 const char *search_dir = getenv("GALLIUM_PIPE_SEARCH_DIR"); in get_driver_descriptor()102 if (search_dir == NULL) in get_driver_descriptor()103 search_dir = PIPE_SEARCH_DIR; in get_driver_descriptor()105 *plib = pipe_loader_find_module(driver_name, search_dir); in get_driver_descriptor()
50 OnDemandSymbolSupplier(const string &search_dir,
54 OnDemandSymbolSupplier::OnDemandSymbolSupplier(const string &search_dir,56 : search_dir_(search_dir) {
228 string search_dir = options->searchDir ?233 new OnDemandSymbolSupplier(search_dir, symbol_search_dir));
112 const int search_dir = fDstToPos.getScaleX() >= 0 ? 1 : -1; in findInterval() local114 fCachedInterval += search_dir; in findInterval()
113 const int search_dir = fDstToPos.getScaleX() >= 0 ? 1 : -1; in findInterval() local115 fCachedInterval += search_dir; in findInterval()
280 + for search_dir in search_dirs:281 + path = os.path.join(search_dir, pickle_path)
263 for search_dir in search_dirs:264 path = os.path.join(search_dir, pickle_path)
396 search_dir = os.path.dirname(os.path.abspath(self.local_filename))397 filename = os.path.join(search_dir, rpm_filename)
2008 x_search_dir(int search_dir /* should've been bool */) in x_search_dir() argument2010 char **hp = x_histp + search_dir; in x_search_dir()2019 hp += search_dir; in x_search_dir()