• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #pragma once
2 
3 #include <string>
4 
5 #include "host/libs/config/cuttlefish_config.h"
6 
7 bool ApplyDataImagePolicy(const vsoc::CuttlefishConfig& config);
8 void CreateBlankImage(
9     const std::string& image, int image_mb, const std::string& image_fmt);
10