HomeSort by relevance Sort by last modified time
    Searched refs:WriteProtected (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
scudo_wrapper.cpp 34 #include "private/WriteProtected.h"
36 __LIBC_HIDDEN__ WriteProtected<libc_globals> __libc_globals;
libc_init_common.cpp 46 #include "private/WriteProtected.h"
55 __LIBC_HIDDEN__ WriteProtected<libc_globals> __libc_globals;
  /bionic/libc/private/
WriteProtected.h 42 class WriteProtected {
44 "WriteProtected only supports contents up to PAGE_SIZE");
45 static_assert(__is_pod(T), "WriteProtected only supports POD contents");
50 WriteProtected() = default;
51 BIONIC_DISALLOW_COPY_AND_ASSIGN(WriteProtected);
59 async_safe_fatal("failed to make WriteProtected nonwritable in initialize");
74 async_safe_fatal("failed to make WriteProtected writable in mutate: %s",
79 async_safe_fatal("failed to make WriteProtected nonwritable in mutate: %s",
bionic_globals.h 42 #include "private/WriteProtected.h"
64 __LIBC_HIDDEN__ extern WriteProtected<libc_globals> __libc_globals;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BlockIo.c 29 BOOLEAN WriteProtected;
206 Media->ReadOnly = Private->WriteProtected;
648 Private->WriteProtected = FALSE;
655 Private->WriteProtected = (BOOLEAN) (*Str == 'O');
664 Private->Mode = Private->WriteProtected ? O_RDONLY : O_RDWR;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 1116 @param WriteProtected if True, current media is write protected.
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 227 BOOLEAN WriteProtected;
287 WriteProtected = (BOOLEAN) (*Str == 'O');
302 WriteProtected,

Completed in 137 milliseconds