Home
last modified time | relevance | path

Searched refs:fetcher_config_path (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/start/
Dfilesystem_explorer.cc44 std::string fetcher_config_path = home_directory + "/fetcher_config.json"; in AvailableFilesReport() local
45 if (cuttlefish::FileExists(fetcher_config_path)) { in AvailableFilesReport()
46 config.LoadFromFile(fetcher_config_path); in AvailableFilesReport()