Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp59 bool ParsePropertyInfoLine(const std::string& line, PropertyInfoEntry* out, std::string* error) { in ParsePropertyInfoLine() function
111 if (!ParsePropertyInfoLine(trimmed_line, &property_info_entry, &parse_error)) { in ParsePropertyInfoFile()