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