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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 87 std::string cache_image_path() const;
88 void set_cache_image_path(const std::string& cache_image_path);
cuttlefish_config.cpp 82 const char* kCacheImagePath = "cache_image_path";
182 std::string CuttlefishConfig::cache_image_path() const { function in class:vsoc::CuttlefishConfig
186 const std::string& cache_image_path) {
187 (*dictionary_)[kCacheImagePath] = cache_image_path;
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 312 ConfigureDisk(devices, "vdc", config->cache_image_path());

Completed in 59 milliseconds