Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp213 bool* fsetxattr_failed) { in map_prop_area_rw() argument
242 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() argument
818 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() argument
879 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() local
1129 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init()
[all …]