Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp59 bool ParsePropertyInfoLine(const std::string& line, bool require_prefix_or_exact, in ParsePropertyInfoLine() argument
89 } else if (match_operation != "prefix" && match_operation != "" && require_prefix_or_exact) { in ParsePropertyInfoLine()
106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile() argument
121 if (!ParsePropertyInfoLine(trimmed_line, require_prefix_or_exact, &property_info_entry, in ParsePropertyInfoFile()
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
/system/core/init/
Dproperty_service.cpp1118 bool require_prefix_or_exact = SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__; in LoadPropertyInfoFromFile() local
1119 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()