Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.h42 struct CvdFile { struct
48 CvdFile(); argument
49 CvdFile(const FileSource& source, const std::string& build_id,
53 std::ostream& operator<<(std::ostream&, const CvdFile&);
79 bool add_cvd_file(const CvdFile& file, bool override_entry = false);
80 std::map<std::string, CvdFile> get_cvd_files() const;
Dfetcher_config.cpp77 CvdFile::CvdFile() { in CvdFile() function in cuttlefish::CvdFile
80 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile() function in cuttlefish::CvdFile
85 std::ostream& operator<<(std::ostream& os, const CvdFile& cvd_file) { in operator <<()
149 CvdFile JsonToCvdFile(const std::string& file_path, const Json::Value& json) { in JsonToCvdFile()
150 CvdFile cvd_file; in JsonToCvdFile()
166 Json::Value CvdFileToJson(const CvdFile& cvd_file) { in CvdFileToJson()
176 bool FetcherConfig::add_cvd_file(const CvdFile& file, bool override_entry) { in add_cvd_file()
188 std::map<std::string, CvdFile> FetcherConfig::get_cvd_files() const { in get_cvd_files()
192 std::map<std::string, CvdFile> files; in get_cvd_files()
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc51 config.add_cvd_file(cuttlefish::CvdFile(cuttlefish::FileSource::LOCAL_FILE, "", "", file)); in AvailableFilesReport()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc222 CvdFile file(purpose, id, target, path); in AddFilesToConfig()