Searched refs:exePath (Results 1 – 2 of 2) sorted by relevance
29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options() argument183 static std::string GetExeDir(const std::string &exePath) in GetExeDir() argument185 auto pos = exePath.find_last_of('/'); in GetExeDir()186 return exePath.substr(0, pos); in GetExeDir()
36 explicit JSRuntimeOptions(const std::string &exePath = "") : RuntimeOptions(exePath) {} in RuntimeOptions() argument