HomeSort by relevance Sort by last modified time
    Searched defs:PROT_READ (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /bionic/libc/kernel/common/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /development/ndk/platforms/android-3/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /external/kernel-headers/original/asm-generic/
mman-common.h 9 #define PROT_READ 0x1 /* page can be read */
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /bionic/libc/kernel/arch-mips/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/asm-mips/
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;
73 mAddress = native_mmap(mFD, length, PROT_READ | PROT_WRITE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mman.h 22 #define PROT_READ 0x01

Completed in 1129 milliseconds

12 3