HomeSort by relevance Sort by last modified time
    Searched refs:search_path (Results 1 - 25 of 36) sorted by null

1 2

  /external/webrtc/webrtc/build/
merge_libs.py 49 sys.stderr.write('Usage: ' + argv[0] + ' <search_path> <output_lib>\n')
52 search_path = os.path.normpath(argv[1])
55 if not os.path.exists(search_path):
56 sys.stderr.write('search_path does not exist: %s\n' % search_path)
76 cmd = ' '.join(['find', search_path, '-name "' + pattern + '"' +
81 cmd = ' '.join([cmd + output_lib] + FindFiles(search_path, pattern))
  /prebuilts/ndk/r13/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
100 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0):
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /external/python/cpython2/Lib/distutils/
spawn.py 18 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
26 If 'search_path' is true (the default), the system's executable
38 _spawn_posix(cmd, search_path, dry_run=dry_run)
40 _spawn_nt(cmd, search_path, dry_run=dry_run)
42 _spawn_os2(cmd, search_path, dry_run=dry_run)
63 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
66 if search_path:
87 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
89 if search_path:
116 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 62 llvm::StringRef search_path,
68 string DoubleSlashSystemHeaders(const string& search_path,
145 llvm::StringRef search_path,
153 source_manager_->getFileManager().getDirectory(search_path);
178 } else if (!search_path.empty()) {
180 DoubleSlashSystemHeaders(search_path.str(), relative_path.str());
188 const string& search_path,
191 // include statement is defined. Therefore if search_path is a system header
194 system_header_prefixes_.find(search_path) !=
197 return search_path + (is_system_header ? "//" : "/") + relative_path
    [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/libbrillo/brillo/
process.h 111 virtual void SetSearchPath(bool search_path) = 0;
177 virtual void SetSearchPath(bool search_path);
process.cc 126 void ProcessImpl::SetSearchPath(bool search_path) {
127 search_path_ = search_path;
  /build/soong/python/scripts/
stub_template_host.txt 17 search_path = os.getenv('PATH', os.defpath).split(os.pathsep)
18 for directory in 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,
gold.cc 176 Dirsearch& search_path,
245 &search_path, 0, mapfile, &*p, NULL,
265 layout, &search_path, mapfile,
280 &search_path, mapfile, this_blocker,
323 Dirsearch* search_path,
374 return new Read_symbols(input_objects, symtab, layout, search_path,
404 search_path, 0, mapfile, input_argument,
415 return new Read_symbols(input_objects, symtab, layout, search_path, 0,
428 return new Add_symbols(input_objects, symtab, layout, search_path, 0,
  /external/clang/tools/scan-build-py/libear/
ear.c 116 static int call_execvP(const char *file, const char *search_path,
193 int execvP(const char *file, const char *search_path, char *const argv[]) {
195 return call_execvP(file, search_path, argv);
333 static int call_execvP(const char *file, const char *search_path,
342 int const result = (*fp)(file, search_path, argv);
  /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...]
  /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 879 sh = search_path(sh, path, X_OK, NULL);
954 if (mksh_vdirsep(sh) && !search_path(sh, path, X_OK, NULL)) {
955 cp = search_path(_getname(sh), path, X_OK, NULL);
1188 tp->u.fpath = search_path(name, fpath, R_OK,
1220 npath.ro = search_path(name,
1230 (npath.ro = search_path(name, fpath, R_OK,
1307 search_path(const char *name, const char *lpath, function
    [all...]

Completed in 571 milliseconds

1 2