Searched refs:environment_uds_dir (Results 1 – 4 of 4) sorted by relevance
41 std::string CuttlefishConfig::EnvironmentSpecific::environment_uds_dir() const { in environment_uds_dir() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific47 return (environment_uds_dir() + "/") + file_name; in PerEnvironmentUdsPath()
813 result.push_back(environment.environment_uds_dir()); in environment_dirs()
943 std::string environment_uds_dir() const;
399 CF_EXPECT(EnsureDirectoryExists(environment.environment_uds_dir(), in InitFilesystemAndCreateConfig()