Searched defs:search_path (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/targets/gbm/
H A Dgbm.c37 const char *search_path = NULL; local
41 search_path = getenv("GBM_BACKENDS_PATH");
42 if (search_path == NULL)
43 search_path = PIPE_SEARCH_DIR;
45 return search_path;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp41 static const char *search_path; local
43 if (!search_path) {
61 search_path = buffer;
64 if (!search_path)
65 search_path = DXGI_DRIVER_SEARCH_DIR;
67 return search_path;
71 for_each_colon_separated(const char *search_path, argument
78 cur = search_path;
94 const char *search_path = get_search_path(); local
95 for_each_colon_separated(search_path, callbac
[all...]
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc287 wstring search_path = directory + L"\\*"; local
289 HANDLE find_handle = FindFirstFileW(search_path.c_str(), &find_data);
/external/mesa3d/src/egl/main/
H A Degldriver.c373 _eglPreloadForEach(const char *search_path, argument
380 cur = search_path;
399 static char search_path[1024]; local
402 if (search_path[0] == '\0') {
403 char *buf = search_path;
404 size_t len = sizeof(search_path);
450 search_path[0] = '\0';
452 _eglLog(_EGL_DEBUG, "EGL search path is %s", search_path);
456 return search_path;
468 const char *search_path local
712 const char *search_path = _eglGetSearchPath(); local
[all...]
/external/mksh/src/
H A Dexec.c883 sh = search_path(sh, path, X_OK, NULL);
1131 tp->u.fpath = search_path(name, fpath, R_OK,
1163 npath.ro = search_path(name,
1173 (npath.ro = search_path(name, fpath, R_OK,
1235 search_path(const char *name, const char *lpath, function
/external/iptables/libxtables/
H A Dxtables.c540 static void *load_extension(const char *search_path, const char *af_prefix, argument
545 const char *dir = search_path, *next;

Completed in 466 milliseconds