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

/system/core/init/
H A Dproperty_service.cpp780 bool LoadPropertyInfoFromFile(const std::string& filename, function in namespace:android::init
802 if (!LoadPropertyInfoFromFile("/system/etc/selinux/plat_property_contexts",
809 if (!LoadPropertyInfoFromFile("/vendor/etc/selinux/vendor_property_contexts",
812 LoadPropertyInfoFromFile("/vendor/etc/selinux/nonplat_property_contexts",
816 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) {
819 if (!LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos)) {
821 LoadPropertyInfoFromFile("/nonplat_property_contexts", &property_infos);

Completed in 135 milliseconds