Searched refs:require_prefix_or_exact (Results 1 – 3 of 3) sorted by relevance
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_file.cpp | 59 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/ |
D | property_info_serializer.h | 43 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact,
|
/system/core/init/ |
D | property_service.cpp | 1118 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()
|