Searched defs:exePath (Results 1 – 5 of 5) sorted by relevance
29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options()221 static std::string GetExeDir(const std::string &exePath) in GetExeDir()
47 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} in CompilerOptions()
62 explicit RuntimeOptions(const std::string &exePath = "") : Options(exePath) {} in Options() argument
29 std::string exePath = GetExecPath(); in ClassHashTableTest() local
38 std::string exePath = GetExecPath(); in AotTest() local