Home
last modified time | relevance | path

Searched refs:exe_dir (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/test/testsupport/
Dfile_utils_override.cc86 std::string exe_dir = DirName(path); in ProjectRootPath()
89 return DirName(DirName(exe_dir)) + kPathDelimiter; in ProjectRootPath()
98 std::string exe_dir = DirName(std::string(buf, count)); in ProjectRootPath()
99 return DirName(DirName(exe_dir)) + kPathDelimiter; in ProjectRootPath()
107 std::string exe_dir = DirName(exe_path); in ProjectRootPath()
108 return DirName(DirName(exe_dir)) + kPathDelimiter; in ProjectRootPath()
/external/OpenCL-CTS/test_common/harness/
Dos_helpers.cpp161 std::string exe_dir() in exe_dir() function
316 std::string exe_dir() in exe_dir() function
444 std::string exe_dir() in exe_dir() function
555 char* dir = strdup(exe_dir().c_str()); in get_exe_dir()
Dos_helpers.h32 std::string exe_dir();
/external/crosvm/integration_tests/tests/
Dfixture.rs81 let exe_dir = env::current_exe().unwrap().parent().unwrap().to_path_buf(); in find_crosvm_binary() localVariable
82 let first = exe_dir.join("crosvm"); in find_crosvm_binary()
86 let second = exe_dir.parent().unwrap().join("crosvm"); in find_crosvm_binary()
/external/python/cpython3/Lib/
Dsite.py473 exe_dir, _ = os.path.split(os.path.abspath(executable))
474 site_prefix = os.path.dirname(exe_dir)
479 os.path.join(exe_dir, conf_basename),
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dlldbgdbserverutils.py45 exe_dir = os.path.dirname(lldb_exe)
53 debug_monitor_exe = os.path.join(exe_dir, new_base)
61 debug_monitor_exe = os.path.join(exe_dir, new_base)
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
DTestMiniDumpNew.py469 exe_dir = os.path.dirname(executable)
470 lldbutil.mkdir_p(exe_dir)
483 exe_dir_norm = os.path.normcase(exe_dir)
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp237 std::string path = exe_dir(); // Directory where test executable is located. in test_options_include_directory()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp118 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile() local
120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()