Home
last modified time | relevance | path

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

/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp183 std::string json_doc; in ReadDescriptorsFromFile() local
185 if (!android::base::ReadFileToString(file_name, &json_doc)) { in ReadDescriptorsFromFile()
194 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ReadDescriptorsFromFile()
/system/core/libprocessgroup/
Dtask_profiles.cpp419 std::string json_doc; in Load() local
421 if (!android::base::ReadFileToString(file_name, &json_doc)) { in Load()
430 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in Load()