Home
last modified time | relevance | path

Searched refs:environment_uds_dir (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp41 std::string CuttlefishConfig::EnvironmentSpecific::environment_uds_dir() const { in environment_uds_dir() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
47 return (environment_uds_dir() + "/") + file_name; in PerEnvironmentUdsPath()
Dcuttlefish_config.cpp813 result.push_back(environment.environment_uds_dir()); in environment_dirs()
Dcuttlefish_config.h943 std::string environment_uds_dir() const;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc399 CF_EXPECT(EnsureDirectoryExists(environment.environment_uds_dir(), in InitFilesystemAndCreateConfig()