HomeSort by relevance Sort by last modified time
    Searched refs:MS_SYNC (Results 51 - 71 of 71) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 40 #define MS_SYNC 4
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 40 #define MS_SYNC 4
  /bionic/libc/kernel/arch-mips/asm/
mman.h 55 #define MS_SYNC 0x0004
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /external/kernel-headers/original/asm-mips/
mman.h 57 #define MS_SYNC 0x0004 /* synchronous memory sync */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 71 #define MS_SYNC 4 /* Synchronous memory sync. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 71 #define MS_SYNC 4 /* Synchronous memory sync. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 71 #define MS_SYNC 4 /* Synchronous memory sync. */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mman.h 55 #define MS_SYNC 0x0004
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 107 Libcore.os.msync(block.toLong(), block.getSize(), MS_SYNC);
  /external/strace/
mem.c 494 #ifdef MS_SYNC
495 { MS_SYNC, "MS_SYNC" },
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 221 if (msync(write_buffer, file_size, MS_SYNC) == -1) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 254 public static final int MS_SYNC = placeholder();
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp 634 if (msync(mapAddr, dexOffset + dexLength, MS_SYNC) != 0) {
    [all...]
  /external/elfutils/libelf/
elf32_updatefile.c 418 (void) msync (msync_start, msync_end - msync_start, MS_SYNC);
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 302 initConstant(env, c, "MS_SYNC", MS_SYNC);
  /external/e2fsprogs/lib/ext2fs/
tdb.c     [all...]

Completed in 842 milliseconds

1 23