/external/chromium_org/third_party/mesa/src/src/gallium/targets/gbm/ |
gbm.c | 37 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/targets/gbm/ |
gbm.c | 37 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/chromium_org/components/google/core/browser/ |
google_util.cc | 135 std::string search_path = "search"; local 138 replacements.SetPathStr(search_path);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_loader.cpp | 41 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, 78 cur = search_path; 94 const char *search_path = get_search_path(); local 95 for_each_colon_separated(search_path, callback, callback_data) [all...] |
/external/chromium_org/third_party/npapi/npspy/common/ |
plugload.cpp | 114 std::string search_path = directories[i]; local 115 search_path = search_path.append("\\np*.dll"); 116 HANDLE handle = FindFirstFile(search_path.c_str(), &ffdataStruct);
|
/external/chromium_org/tools/win/static_initializers/ |
static_initializers.cc | 17 const wchar_t search_path[] = L"SRV**\\\\symbols\\symbols"; local 37 hr = (*source)->loadDataForExe(filename, search_path, NULL);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_loader.cpp | 41 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, 78 cur = search_path; 94 const char *search_path = get_search_path(); local 95 for_each_colon_separated(search_path, callback, callback_data) [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldriver.c | 373 _eglPreloadForEach(const char *search_path, 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 = _eglGetSearchPath() local 712 const char *search_path = _eglGetSearchPath(); local [all...] |
/external/mesa3d/src/egl/main/ |
egldriver.c | 373 _eglPreloadForEach(const char *search_path, 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 = _eglGetSearchPath() local 712 const char *search_path = _eglGetSearchPath(); local [all...] |
/external/mksh/src/ |
exec.c | 861 sh = search_path(sh, path, X_OK, NULL); 1107 tp->u.fpath = search_path(name, fpath, R_OK, 1139 npath.ro = search_path(name, 1149 (npath.ro = search_path(name, fpath, R_OK, 1211 search_path(const char *name, const char *lpath, function [all...] |