Searched refs:fsetxattr_failed (Results 1 – 1 of 1) sorted by relevance
213 bool* fsetxattr_failed) { in map_prop_area_rw() argument242 if (fsetxattr_failed) { in map_prop_area_rw()243 *fsetxattr_failed = true; in map_prop_area_rw()706 bool open(bool access_rw, bool* fsetxattr_failed);802 bool context_node::open(bool access_rw, bool* fsetxattr_failed) { in open() argument818 pa_ = map_prop_area_rw(filename, context_, fsetxattr_failed); in open()867 static bool map_system_property_area(bool access_rw, bool* fsetxattr_failed) { in map_system_property_area() argument879 map_prop_area_rw(filename, "u:object_r:properties_serial:s0", fsetxattr_failed); in map_system_property_area()1128 bool fsetxattr_failed = false; in __system_property_area_init() local1129 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init()[all …]