OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteProtected
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
WriteProtected.h
43
class
WriteProtected
{
45
"
WriteProtected
only supports contents up to PAGE_SIZE");
46
static_assert(__is_pod(T), "
WriteProtected
only supports POD contents");
51
WriteProtected
() = default;
52
DISALLOW_COPY_AND_ASSIGN(
WriteProtected
);
60
__libc_fatal("failed to make
WriteProtected
nonwritable in initialize");
75
__libc_fatal("failed to make
WriteProtected
writable in mutate: %s",
80
__libc_fatal("failed to make
WriteProtected
nonwritable in mutate: %s",
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h
[
all
...]
Completed in 1093 milliseconds