Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp193 const auto& json_files = (*dictionary_)[kCvdFiles]; in get_cvd_files() local
194 for (auto it = json_files.begin(); it != json_files.end(); it++) { in get_cvd_files()
204 const auto& json_files = (*dictionary_)[kCvdFiles]; in FindCvdFileWithSuffix() local
205 for (auto it = json_files.begin(); it != json_files.end(); it++) { in FindCvdFileWithSuffix()