Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp95 CvdFile::CvdFile() { in CvdFile() function in cuttlefish::CvdFile
98 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile() function in cuttlefish::CvdFile
103 std::ostream& operator<<(std::ostream& os, const CvdFile& cvd_file) { in operator <<()
178 CvdFile JsonToCvdFile(const std::string& file_path, const Json::Value& json) { in JsonToCvdFile()
179 CvdFile cvd_file; in JsonToCvdFile()
195 Json::Value CvdFileToJson(const CvdFile& cvd_file) { in CvdFileToJson()
205 bool FetcherConfig::add_cvd_file(const CvdFile& file, bool override_entry) { in add_cvd_file()
217 std::map<std::string, CvdFile> FetcherConfig::get_cvd_files() const { in get_cvd_files()
221 std::map<std::string, CvdFile> files; in get_cvd_files()
258 CvdFile file(purpose, build_id, build_target, std::string(local_path)); in AddFilesToConfig()
Dfetcher_config.h49 struct CvdFile { struct
55 CvdFile(); argument
56 CvdFile(const FileSource& source, const std::string& build_id,
60 std::ostream& operator<<(std::ostream&, const CvdFile&);
87 bool add_cvd_file(const CvdFile& file, bool override_entry = false);
88 std::map<std::string, CvdFile> get_cvd_files() const;