Home
last modified time | relevance | path

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

/aosp14/system/core/property_service/property_info_checker/
H A Dproperty_info_checker.cpp17 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 Dproperty_info_serializer.h43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile() function
/aosp14/system/core/init/
H A Dhost_init_verifier.cpp61 using android::properties::ParsePropertyInfoFile;
210 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
H A Dproperty_service.cpp94 using android::properties::ParsePropertyInfoFile;
1229 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()