HomeSort by relevance Sort by last modified time
    Searched refs:cache_image_path (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 91 command.AddParameter("--rwdisk=", config_->cache_image_path());
qemu_manager.cpp 83 LogAndSetEnv("cache_image_path", config_->cache_image_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 126 std::string cache_image_path() const;
127 void set_cache_image_path(const std::string& cache_image_path);
cuttlefish_config.cpp 92 const char* kCacheImagePath = "cache_image_path";
333 std::string CuttlefishConfig::cache_image_path() const { function in class:vsoc::CuttlefishConfig
337 const std::string& cache_image_path) {
338 SetPath(kCacheImagePath, cache_image_path);
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 674 {config->system_image_path(), config->cache_image_path(),

Completed in 403 milliseconds