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

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
file_finder.h 28 // search_path() in turn. The first hit is returned, or an empty string if
33 // If a search_path() element is non-empty and not ending in a slash, then a
35 // empty string in search_path() means that the filename is tried as-is.
49 std::vector<std::string>& search_path() { return search_path_; } function in class:shaderc_util::FileFinder
  /hardware/nxp/secure_element/libese-spi/p73/utils/
ese_config.cpp 34 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/", "/etc/"}; local
37 for (string path : search_path) {
  /system/nfc/src/adaptation/
nfc_config.cc 32 const vector<string> search_path = {"/odm/etc/", "/vendor/etc/", local
36 for (string path : search_path) {
  /external/libxkbcommon/xkbcommon/test/
x11comp.c 45 char *search_path, *search_path_arg, *xkb_path; local
111 search_path = test_get_path("");
112 assert(search_path);
113 ret = asprintf(&search_path_arg, "-I%s", search_path);
119 free(search_path);
  /toolchain/binutils/binutils-2.27/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 1562 const General_options::Dir_list& search_path = local
    [all...]
  /external/dtc/
srcpos.c 28 struct search_path { struct
29 struct search_path *next; /* next node in list, NULL for end */
34 static struct search_path *search_path_head, **search_path_tail;
101 struct search_path *node;
185 struct search_path *node;
  /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/mksh/src/
exec.c 882 sh = search_path(sh, path, X_OK, NULL);
963 if (mksh_vdirsep(sh) && !search_path(sh, path, X_OK, NULL)) {
964 cp = search_path(_getname(sh), path, X_OK, NULL);
1195 tp->u.fpath = search_path(name, fpath, R_OK,
1227 npath.ro = search_path(name,
1237 (npath.ro = search_path(name, fpath, R_OK,
1314 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 542 milliseconds