Searched refs:ParsePropertyInfoFile (Results 1 – 8 of 8) sorted by relevance
/system/tools/sysprop/tests/ |
D | TypeCheckerTest.cpp | 25 using android::properties::ParsePropertyInfoFile; 103 ParsePropertyInfoFile(kContexts, true, &entries, &errors); in TEST() 111 ParsePropertyInfoFile(kBadContexts, true, &bad_entries, &errors); in TEST()
|
/system/tools/sysprop/ |
D | TypeCheckerMain.cpp | 32 using android::properties::ParsePropertyInfoFile; 114 ParsePropertyInfoFile(contents, true, &entries, &errors); in main()
|
D | TypeChecker.cpp | 28 using android::properties::ParsePropertyInfoFile;
|
/system/core/property_service/property_info_checker/ |
D | property_info_checker.cpp | 17 using android::properties::ParsePropertyInfoFile; 156 ParsePropertyInfoFile(file_contents, true, &property_info_entries, &errors); in main()
|
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/ |
D | property_info_serializer.h | 43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
|
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_file.cpp | 106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile() function
|
/system/core/init/ |
D | host_init_verifier.cpp | 58 using android::properties::ParsePropertyInfoFile; 192 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
|
D | property_service.cpp | 88 using android::properties::ParsePropertyInfoFile; 980 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()
|