Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dcontexts_serialized.cpp68 bool ContextsSerialized::MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed) { in MapSerialPropertyArea() function in ContextsSerialized
116 if (open_failed || !MapSerialPropertyArea(true, fsetxattr_failed)) { in Initialize()
121 if (!MapSerialPropertyArea(false, nullptr)) { in Initialize()
Dcontexts_split.cpp196 bool ContextsSplit::MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed) { in MapSerialPropertyArea() function in ContextsSplit
316 if (open_failed || !MapSerialPropertyArea(true, fsetxattr_failed)) { in Initialize()
321 if (!MapSerialPropertyArea(false, nullptr)) { in Initialize()
/bionic/libc/system_properties/include/system_properties/
Dcontexts_serialized.h53 bool MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed);
Dcontexts_split.h51 bool MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed);