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

  /external/valgrind/include/vki/
vki-amd64-linux.h 251 #define VKI_O_EXCL 0200 /* not fcntl */
vki-arm64-linux.h 224 #define VKI_O_EXCL 0200 /* not fcntl */
vki-arm-linux.h 248 #define VKI_O_EXCL 0200 /* not fcntl */
vki-ppc32-linux.h 315 #define VKI_O_EXCL 0200 /* not fcntl */
    [all...]
vki-ppc64-linux.h 370 #define VKI_O_EXCL 0200 /* not fcntl */
vki-s390x-linux.h 320 #define VKI_O_EXCL 00000200 /* not fcntl */
vki-x86-linux.h 286 #define VKI_O_EXCL 0200 /* not fcntl */
vki-mips32-linux.h 318 #define VKI_O_EXCL 0x0400 /* not fcntl */
    [all...]
vki-mips64-linux.h 323 #define VKI_O_EXCL 0x0400 /* not fcntl */
    [all...]
vki-darwin.h 276 #define VKI_O_EXCL O_EXCL
vki-solaris.h 499 #define VKI_O_EXCL O_EXCL
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 604 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
coredump-solaris.c 885 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 948 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
    [all...]

Completed in 80 milliseconds