HomeSort by relevance Sort by last modified time
    Searched defs:search_path (Results 1 - 12 of 12) sorted by null

  /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;
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 48 mcld::SearchPathOptions search_path; local
69 if (!search_path.parse(pConfig, pScript))
  /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 865 sh = search_path(sh, path, X_OK, NULL);
1108 tp->u.fpath = search_path(name, fpath, R_OK,
1140 npath.ro = search_path(name,
1150 (npath.ro = search_path(name, fpath, R_OK,
1212 search_path(const char *name, const char *lpath, function
    [all...]
  /hardware/intel/common/libva/va/
va.c 201 char *search_path = NULL; local
207 search_path = getenv("LIBVA_DRIVERS_PATH");
208 if (!search_path)
209 search_path = VA_DRIVERS_PATH;
211 search_path = strdup((const char *)search_path);
212 driver_dir = strtok_r(search_path, ":", &saveptr);
221 free(search_path);
359 free(search_path);
    [all...]

Completed in 175 milliseconds