Searched refs:ParsePropertyInfoFile (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/property_service/property_info_checker/ |
H A D | property_info_checker.cpp | 17 using android::properties::ParsePropertyInfoFile; 156 ParsePropertyInfoFile(file_contents, true, &property_info_entries, &errors); in main()
|
/aosp14/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/ |
H A D | property_info_serializer.h | 43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
|
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | property_info_file.cpp | 106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile() function
|
/aosp14/system/core/init/ |
H A D | host_init_verifier.cpp | 61 using android::properties::ParsePropertyInfoFile; 210 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
|
H A D | property_service.cpp | 94 using android::properties::ParsePropertyInfoFile; 1229 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()
|