Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp107 FetcherConfig::FetcherConfig() : dictionary_(new Json::Value()) { in FetcherConfig() function in cuttlefish::FetcherConfig
110 FetcherConfig::FetcherConfig(FetcherConfig&&) = default;
112 FetcherConfig::~FetcherConfig() { in ~FetcherConfig()
115 bool FetcherConfig::SaveToFile(const std::string& file) const { in SaveToFile()
125 bool FetcherConfig::LoadFromFile(const std::string& file) { in LoadFromFile()
141 void FetcherConfig::RecordFlags() { in RecordFlags()
189 bool FetcherConfig::add_cvd_file(const CvdFile& file, bool override_entry) { in add_cvd_file()
201 std::map<std::string, CvdFile> FetcherConfig::get_cvd_files() const { in get_cvd_files()
213 std::string FetcherConfig::FindCvdFileWithSuffix(const std::string& suffix) const { in FindCvdFileWithSuffix()
Dfetcher_config.h69 class FetcherConfig {
72 FetcherConfig();
73 FetcherConfig(FetcherConfig&&);
74 ~FetcherConfig();
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc39 bool SuperImageNeedsRebuilding(const FetcherConfig& fetcher_config) { in SuperImageNeedsRebuilding()
54 std::string TargetFilesZip(const FetcherConfig& fetcher_config, in TargetFilesZip()
237 Result<void> RebuildSuperImage(const FetcherConfig& fetcher_config, in RebuildSuperImage()
265 const FetcherConfig& fetcher_config, const CuttlefishConfig& config, in INJECT()
282 const FetcherConfig& fetcher_config_;
289 fruit::Component<fruit::Required<const FetcherConfig, const CuttlefishConfig,
Dsuper_image_mixer.h27 fruit::Component<fruit::Required<const FetcherConfig, const CuttlefishConfig,
31 bool SuperImageNeedsRebuilding(const FetcherConfig& fetcher_config);
Ddisk_flags.h33 Result<void> CreateDynamicDiskFiles(const FetcherConfig& fetcher_config,
35 Result<void> DiskImageFlagsVectorization(CuttlefishConfig& config, const FetcherConfig& fetcher_con…
Dassemble_cvd.cc64 FetcherConfig fetcher_config;
173 FetcherConfig fetcher_config, const std::vector<GuestConfig>& guest_configs, in InitFilesystemAndCreateConfig()
347 const FetcherConfig& fetcher_config) { in ExtractKernelParamsFromFetcherConfig()
Dflags.h43 fruit::Injector<>& injector, const FetcherConfig& fetcher_config);
Ddisk_flags.cc1165 const FetcherConfig* fetcher, const CuttlefishConfig* config, in DiskChangesComponent()
1183 const FetcherConfig* fetcher, const CuttlefishConfig* config, in DiskChangesPerInstanceComponent()
1201 Result<void> DiskImageFlagsVectorization(CuttlefishConfig& config, const FetcherConfig& fetcher_con… in DiskImageFlagsVectorization()
1467 Result<void> CreateDynamicDiskFiles(const FetcherConfig& fetcher_config, in CreateDynamicDiskFiles()
Dflags.cc775 fruit::Injector<>& injector, const FetcherConfig& fetcher_config) { in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/commands/start/
Dfilesystem_explorer.cc31 cuttlefish::FetcherConfig AvailableFilesReport() { in AvailableFilesReport()
33 cuttlefish::FetcherConfig config; in AvailableFilesReport()
Dfilesystem_explorer.h20 cuttlefish::FetcherConfig AvailableFilesReport();
Dmain.cc112 void WriteFiles(cuttlefish::FetcherConfig fetcher_config, cuttlefish::SharedFD out) { in WriteFiles()
/device/google/cuttlefish/host/commands/cvd/fetch/
Dfetch_cvd.cc302 FetcherConfig* config, in AddFilesToConfig()
354 FetcherConfig* config, in ProcessHostPackage()
463 FetcherConfig config; in FetchCvdMain()