Searched refs:exe_dir_ (Results 1 – 2 of 2) sorted by relevance
29 explicit Options(const std::string &exePath) : exe_dir_(GetExeDir(exePath)) {} in Options()227 std::string exe_dir_; variable
42 explicit Options(const std::string &exe_path) : exe_dir_(GetExeDir(exe_path)) {}167 std::string exe_dir_;