HomeSort by relevance Sort by last modified time
    Searched defs:PROT_READ (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-21/arch-mips/include/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
mman.h 22 #define PROT_READ 0x01
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 22 #define PROT_READ 0x01
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 14 * without PROT_READ. The only guarantees are that no writing will be
18 #define PROT_READ 0x01 /* page can be read */
  /frameworks/base/core/java/android/os/
MemoryFile.java 41 private static final int PROT_READ = 0x1;
78 mAddress = native_mmap(mFD, length, PROT_READ | PROT_WRITE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mman.h 30 without PROT_READ. The only guarantees are that no writing will be
33 #define PROT_READ 0x1 /* Page can be read. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 31 without PROT_READ. The only guarantees are that no writing will be
34 #define PROT_READ 0x1 /* Page can be read. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 31 without PROT_READ. The only guarantees are that no writing will be
34 #define PROT_READ 0x1 /* Page can be read. */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
mman.h 22 #define PROT_READ 0x01

Completed in 1383 milliseconds

1 2 34 5