Searched refs:PerEnvironmentPath (Results 1 – 3 of 3) sorted by relevance
54 std::string CuttlefishConfig::EnvironmentSpecific::PerEnvironmentPath( in PerEnvironmentPath() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific63 return PerEnvironmentPath(kLogDirName); in PerEnvironmentLogPath()66 return PerEnvironmentPath(relative_path.c_str()); in PerEnvironmentLogPath()73 return PerEnvironmentPath(kGrpcSocketDirName); in PerEnvironmentGrpcSocketPath()76 return PerEnvironmentPath(relative_path.c_str()); in PerEnvironmentGrpcSocketPath()
947 std::string PerEnvironmentPath(const std::string& file_name) const;
128 config_path_ = environment_.PerEnvironmentPath("wmediumd.cfg"); in ResultSetup()