Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp1123 bool open_failed = false; in __system_property_area_init() local
1125 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init()
1127 open_failed = true; in __system_property_area_init()
1130 if (open_failed || !map_system_property_area(true, &fsetxattr_failed)) { in __system_property_area_init()