1 #pragma once 2 3 #include "host/libs/config/cuttlefish_config.h" 4 #include "host/libs/config/fetcher_config.h" 5 6 const vsoc::CuttlefishConfig* InitFilesystemAndCreateConfig( 7 int* argc, char*** argv, cvd::FetcherConfig config); 8 std::string GetConfigFilePath(const vsoc::CuttlefishConfig& config); 9