Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp970 bool LoadPropertyInfoFromFile(const std::string& filename, in LoadPropertyInfoFromFile() function
993 if (!LoadPropertyInfoFromFile("/system/etc/selinux/plat_property_contexts", in CreateSerializedPropertyInfo()
1001 LoadPropertyInfoFromFile("/system_ext/etc/selinux/system_ext_property_contexts", in CreateSerializedPropertyInfo()
1004 if (!LoadPropertyInfoFromFile("/vendor/etc/selinux/vendor_property_contexts", in CreateSerializedPropertyInfo()
1007 LoadPropertyInfoFromFile("/vendor/etc/selinux/nonplat_property_contexts", in CreateSerializedPropertyInfo()
1011 LoadPropertyInfoFromFile("/product/etc/selinux/product_property_contexts", in CreateSerializedPropertyInfo()
1015 LoadPropertyInfoFromFile("/odm/etc/selinux/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1018 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
1021 LoadPropertyInfoFromFile("/system_ext_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1022 if (!LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
[all …]