Searched refs:exe_dir (Results 1 – 9 of 9) sorted by relevance
86 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()
161 std::string exe_dir() in exe_dir() function316 std::string exe_dir() in exe_dir() function444 std::string exe_dir() in exe_dir() function555 char* dir = strdup(exe_dir().c_str()); in get_exe_dir()
32 std::string exe_dir();
81 let exe_dir = env::current_exe().unwrap().parent().unwrap().to_path_buf(); in find_crosvm_binary() localVariable82 let first = exe_dir.join("crosvm"); in find_crosvm_binary()86 let second = exe_dir.parent().unwrap().join("crosvm"); in find_crosvm_binary()
473 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),
45 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)
469 exe_dir = os.path.dirname(executable)470 lldbutil.mkdir_p(exe_dir)483 exe_dir_norm = os.path.normcase(exe_dir)
237 std::string path = exe_dir(); // Directory where test executable is located. in test_options_include_directory()
118 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile() local120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()