Searched refs:cache_image_path (Results 1 – 5 of 5) sorted by relevance
83 LogAndSetEnv("cache_image_path", config_->cache_image_path()); in StartCommand()
91 command.AddParameter("--rwdisk=", config_->cache_image_path()); in StartCommand()
126 std::string cache_image_path() const;127 void set_cache_image_path(const std::string& cache_image_path);
333 std::string CuttlefishConfig::cache_image_path() const { in cache_image_path() function in vsoc::CuttlefishConfig337 const std::string& cache_image_path) { in set_cache_image_path() argument338 SetPath(kCacheImagePath, cache_image_path); in set_cache_image_path()
674 {config->system_image_path(), config->cache_image_path(), in InitFilesystemAndCreateConfig()