/external/llvm-project/lldb/unittests/Symbol/ |
D | LocateSymbolFileTest.cpp | 32 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in TEST_F() local 34 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in TEST_F() 44 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in TEST_F() local 46 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in TEST_F()
|
/external/mesa3d/src/loader/ |
D | loader.c | 533 char path[PATH_MAX], *search_paths, *next, *end; in loader_open_driver() local 538 search_paths = NULL; in loader_open_driver() 541 search_paths = getenv(search_path_vars[i]); in loader_open_driver() 542 if (search_paths) in loader_open_driver() 546 if (search_paths == NULL) in loader_open_driver() 547 search_paths = DEFAULT_DRIVER_DIR; in loader_open_driver() 551 end = search_paths + strlen(search_paths); in loader_open_driver() 552 for (char *p = search_paths; p < end; p = next + 1) { in loader_open_driver() 579 driver_name, dl_error, search_paths); in loader_open_driver()
|
/external/libcxx/utils/ |
D | merge_archives.py | 32 def find_and_diagnose_missing(lib, search_paths): argument 38 for sp in search_paths: 114 archives = [find_and_diagnose_missing(ar, args.search_paths)
|
/external/llvm-project/libcxx/utils/ |
D | merge_archives.py | 31 def find_and_diagnose_missing(lib, search_paths): argument 37 for sp in search_paths: 128 archives = [find_and_diagnose_missing(ar, args.search_paths)
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
D | SymbolVendorWasm.cpp | 93 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance() local 95 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 94 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance() local 96 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in CreateInstance()
|
/external/llvm-project/lldb/test/Shell/helper/ |
D | build.py | 172 def find_executable(binary_name, search_paths): argument 176 search_paths = os.pathsep.join(search_paths) 177 paths = search_paths + os.pathsep + os.environ.get('PATH', '') 300 def _find_linker(self, name, search_paths=[]): argument 302 linker_path = find_executable(name, [compiler_dir] + search_paths)
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
D | SymbolVendorMacOSX.cpp | 137 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in CreateInstance() local 139 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in CreateInstance()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage.py | 108 search_paths = list(extra_search_paths) + os.environ['PATH'].split(os.pathsep) 109 for search_path in search_paths:
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | config.py | 179 search_paths = self.config.environment['PATH'] 181 search_paths = os.path.dirname(cxx) 182 clangxx = libcxx.util.which('clang++', search_paths)
|
/external/llvm-project/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 372 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in DoLoadCore() local 374 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in DoLoadCore()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 294 FileSpecList search_paths = in DoConnectRemote() local 298 search_paths); in DoConnectRemote()
|
/external/rust/crates/bindgen/src/ |
D | lib.rs | 2213 let search_paths = if is_cpp { in generate() localVariable 2219 if let Some(search_paths) = search_paths { in generate() 2220 for path in search_paths.into_iter() { in generate()
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 218 search_paths = self.config.environment['PATH'] 220 search_paths = os.path.dirname(cxx) 221 clangxx = libcxx.util.which('clang++', search_paths)
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 817 FileSpecList search_paths = target.GetExecutableSearchPaths(); in LoadImageUsingMemoryModule() local 820 m_module_sp, &search_paths, nullptr, in LoadImageUsingMemoryModule()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 1540 FileSpecList search_paths = GetExecutableSearchPaths(); in SetArchitecture() local 1542 &search_paths, nullptr, nullptr); in SetArchitecture() 1978 FileSpecList search_paths = GetExecutableSearchPaths(); in GetOrCreateModule() local 1989 &search_paths, &old_modules, in GetOrCreateModule() 2006 ModuleList::GetSharedModule(module_spec, module_sp, &search_paths, in GetOrCreateModule() 2015 module_spec, m_process_sp.get(), module_sp, &search_paths, in GetOrCreateModule()
|
/external/dtc/tests/ |
D | run_tests.sh | 774 run_wrap_error_test $DTC -I dts -O dtb -o search_paths.dtb "$SRCDIR/search_paths.dts" 775 run_dtc_test -i "$SRCDIR/search_dir" -I dts -O dtb -o search_paths.dtb \
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 3864 FileSpecList search_paths = Target::GetDefaultDebugFileSearchPaths(); in GetDwpSymbolFile() local 3866 Symbols::LocateExecutableSymbolFile(module_spec, search_paths); in GetDwpSymbolFile()
|