Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp63 return PerEnvironmentPath(kLogDirName); in PerEnvironmentLogPath()
65 auto relative_path = (std::string(kLogDirName) + "/") + file_name; in PerEnvironmentLogPath()
Dconfig_constants.h52 inline constexpr char kLogDirName[] = "logs"; variable
Dcuttlefish_config_instance.cpp1915 return PerInstancePath(kLogDirName); in PerInstanceLogPath()
1917 auto relative_path = (std::string(kLogDirName) + "/") + file_name; in PerInstanceLogPath()