Searched refs:PerEnvironmentLogPath (Results 1 – 3 of 3) sorted by relevance
59 std::string CuttlefishConfig::EnvironmentSpecific::PerEnvironmentLogPath( in PerEnvironmentLogPath() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific84 return AbsolutePath(PerEnvironmentLogPath("launcher.log")); in launcher_log_path()
949 std::string PerEnvironmentLogPath(const std::string& file_name) const;
401 CF_EXPECT(EnsureDirectoryExists(environment.PerEnvironmentLogPath(""), in InitFilesystemAndCreateConfig()