Home
last modified time | relevance | path

Searched defs:require_prefix_or_exact (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp59 bool ParsePropertyInfoLine(const std::string& line, bool require_prefix_or_exact, in ParsePropertyInfoLine()
106 void ParsePropertyInfoFile(const std::string& file_contents, bool require_prefix_or_exact, in ParsePropertyInfoFile()
/aosp14/system/core/init/
H A Dproperty_service.cpp1228 bool require_prefix_or_exact = SelinuxGetVendorAndroidVersion() >= __ANDROID_API_R__; in LoadPropertyInfoFromFile() local