HomeSort by relevance Sort by last modified time
    Searched refs:MAP_DENYWRITE (Results 76 - 84 of 84) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 61 # define MAP_DENYWRITE 0x00800 /* ETXTBSY */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mman.h 44 #define MAP_DENYWRITE 0x2000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mman.h 44 #define MAP_DENYWRITE 0x2000
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mman.h 44 #define MAP_DENYWRITE 0x2000
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mman.h 44 #define MAP_DENYWRITE 0x2000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mman.h 44 #define MAP_DENYWRITE 0x2000
  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 69 native_flags |= MAP_DENYWRITE;
  /external/strace/
mem.c 160 #ifdef MAP_DENYWRITE
161 { MAP_DENYWRITE,"MAP_DENYWRITE" },
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc 1303 // TODO(davidung), remove MAP_DENYWRITE with updated Tegra libraries.
1306 MAP_DENYWRITE);
    [all...]

Completed in 589 milliseconds

1 2 34