Home
last modified time | relevance | path

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

/system/tools/sysprop/tests/
DTypeCheckerTest.cpp25 using android::properties::ParsePropertyInfoFile;
103 ParsePropertyInfoFile(kContexts, true, &entries, &errors); in TEST()
111 ParsePropertyInfoFile(kBadContexts, true, &bad_entries, &errors); in TEST()
/system/tools/sysprop/
DTypeCheckerMain.cpp32 using android::properties::ParsePropertyInfoFile;
114 ParsePropertyInfoFile(contents, true, &entries, &errors); in main()
DTypeChecker.cpp28 using android::properties::ParsePropertyInfoFile;
/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp17 using android::properties::ParsePropertyInfoFile;
156 ParsePropertyInfoFile(file_contents, true, &property_info_entries, &errors); in main()
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile() function
/system/core/init/
Dhost_init_verifier.cpp58 using android::properties::ParsePropertyInfoFile;
192 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
Dproperty_service.cpp88 using android::properties::ParsePropertyInfoFile;
980 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()