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

  /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;
  /toolchain/binutils/binutils-2.25/gold/
main.cc 243 Dirsearch search_path; local
244 search_path.initialize(&workqueue, &command_line.options().library_path());
247 queue_initial_tasks(command_line.options(), search_path,
script.cc 1561 const General_options::Dir_list& search_path = local
    [all...]
  /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/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 287 wstring search_path = directory + L"\\*"; local
289 HANDLE find_handle = FindFirstFileW(search_path.c_str(), &find_data);
  /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 920 sh = search_path(sh, path, X_OK, NULL);
1171 tp->u.fpath = search_path(name, fpath, R_OK,
1203 npath.ro = search_path(name,
1213 (npath.ro = search_path(name, fpath, R_OK,
1279 search_path(const char *name, const char *lpath, function
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py 1850 def search_path(): function in function:find_definition
    [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 317 milliseconds