Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp35 const char* kCvdFiles = "cvd_files"; variable
177 if (!dictionary_->isMember(kCvdFiles)) { in add_cvd_file()
179 (*dictionary_)[kCvdFiles] = files_json; in add_cvd_file()
181 if ((*dictionary_)[kCvdFiles].isMember(file.file_path) && !override_entry) { in add_cvd_file()
184 (*dictionary_)[kCvdFiles][file.file_path] = CvdFileToJson(file); in add_cvd_file()
189 if (!dictionary_->isMember(kCvdFiles)) { in get_cvd_files()
193 const auto& json_files = (*dictionary_)[kCvdFiles]; in get_cvd_files()
201 if (!dictionary_->isMember(kCvdFiles)) { in FindCvdFileWithSuffix()
204 const auto& json_files = (*dictionary_)[kCvdFiles]; in FindCvdFileWithSuffix()