Searched refs:json_doc (Results 1 – 2 of 2) sorted by relevance
183 std::string json_doc; in ReadDescriptorsFromFile() local185 if (!android::base::ReadFileToString(file_name, &json_doc)) { in ReadDescriptorsFromFile()194 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ReadDescriptorsFromFile()
419 std::string json_doc; in Load() local421 if (!android::base::ReadFileToString(file_name, &json_doc)) { in Load()430 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in Load()