Searched refs:LoadPropertyInfoFromFile (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/init/ |
H A D | property_service.cpp | 1219 bool LoadPropertyInfoFromFile(const std::string& filename, in LoadPropertyInfoFromFile() function 1242 if (!LoadPropertyInfoFromFile("/system/etc/selinux/plat_property_contexts", in CreateSerializedPropertyInfo() 1253 LoadPropertyInfoFromFile("/system_ext/etc/selinux/system_ext_property_contexts", in CreateSerializedPropertyInfo() 1257 LoadPropertyInfoFromFile("/vendor/etc/selinux/vendor_property_contexts", in CreateSerializedPropertyInfo() 1261 LoadPropertyInfoFromFile("/product/etc/selinux/product_property_contexts", in CreateSerializedPropertyInfo() 1268 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo() 1271 LoadPropertyInfoFromFile("/system_ext_property_contexts", &property_infos); in CreateSerializedPropertyInfo() 1272 LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos); in CreateSerializedPropertyInfo() 1273 LoadPropertyInfoFromFile("/product_property_contexts", &property_infos); in CreateSerializedPropertyInfo() 1274 LoadPropertyInfoFromFile("/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo() [all …]
|