Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp54 std::string CuttlefishConfig::EnvironmentSpecific::PerEnvironmentPath( in PerEnvironmentPath() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
63 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()
Dcuttlefish_config.h947 std::string PerEnvironmentPath(const std::string& file_name) const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp128 config_path_ = environment_.PerEnvironmentPath("wmediumd.cfg"); in ResultSetup()