Home
last modified time | relevance | path

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

/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp17 using android::properties::ParsePropertyInfoFile;
156 ParsePropertyInfoFile(file_contents, &property_info_entries, &errors); in main()
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h44 void ParsePropertyInfoFile(const std::string& file_contents,
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp96 void ParsePropertyInfoFile(const std::string& file_contents, in ParsePropertyInfoFile() function
/system/core/init/
Dproperty_service.cpp79 using android::properties::ParsePropertyInfoFile;
943 ParsePropertyInfoFile(file_contents, property_infos, &errors); in LoadPropertyInfoFromFile()