Home
last modified time | relevance | path

Searched refs:PerEnvironmentLogPath (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp59 std::string CuttlefishConfig::EnvironmentSpecific::PerEnvironmentLogPath( in PerEnvironmentLogPath() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
84 return AbsolutePath(PerEnvironmentLogPath("launcher.log")); in launcher_log_path()
Dcuttlefish_config.h949 std::string PerEnvironmentLogPath(const std::string& file_name) const;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc401 CF_EXPECT(EnsureDirectoryExists(environment.PerEnvironmentLogPath(""), in InitFilesystemAndCreateConfig()