Searched defs:WriteProtected (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/private/
H A DWriteProtected.h44 class WriteProtected { class
46 "WriteProtected only supports contents up to PAGE_SIZE");
47 static_assert(__is_pod(T), "WriteProtected only supports POD contents");
52 WriteProtected() = default;
53 DISALLOW_COPY_AND_ASSIGN(WriteProtected);
61 async_safe_fatal("failed to make WriteProtected nonwritable in initialize");
76 async_safe_fatal("failed to make WriteProtected writable in mutate: %s",
81 async_safe_fatal("failed to make WriteProtected nonwritable in mutate: %s",

Completed in 38 milliseconds