HomeSort by relevance Sort by last modified time
    Searched defs:MapSerialPropertyArea (Results 1 - 2 of 2) sorted by null

  /bionic/libc/system_properties/
contexts_serialized.cpp 68 bool ContextsSerialized::MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed) {
116 if (open_failed || !MapSerialPropertyArea(true, fsetxattr_failed)) {
121 if (!MapSerialPropertyArea(false, nullptr)) {
contexts_split.cpp 196 bool ContextsSplit::MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed) {
316 if (open_failed || !MapSerialPropertyArea(true, fsetxattr_failed)) {
321 if (!MapSerialPropertyArea(false, nullptr)) {

Completed in 61 milliseconds