Home
last modified time | relevance | path

Searched refs:cache_image_path (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp83 LogAndSetEnv("cache_image_path", config_->cache_image_path()); in StartCommand()
Dcrosvm_manager.cpp91 command.AddParameter("--rwdisk=", config_->cache_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h126 std::string cache_image_path() const;
127 void set_cache_image_path(const std::string& cache_image_path);
Dcuttlefish_config.cpp333 std::string CuttlefishConfig::cache_image_path() const { in cache_image_path() function in vsoc::CuttlefishConfig
337 const std::string& cache_image_path) { in set_cache_image_path() argument
338 SetPath(kCacheImagePath, cache_image_path); in set_cache_image_path()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc674 {config->system_image_path(), config->cache_image_path(), in InitFilesystemAndCreateConfig()