Searched defs:exePath (Results 1 – 1 of 1) 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()