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

  /external/valgrind/main/exp-bbv/
bbv_main.c 113 sres = VG_(open)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
  /external/valgrind/main/callgrind/
command.c 113 res = VG_(open)(info_file, VKI_O_WRONLY|VKI_O_TRUNC, 0);
177 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
dump.c     [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 250 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-arm-linux.h 248 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-ppc32-linux.h 315 #define VKI_O_TRUNC 01000 /* not fcntl */
    [all...]
vki-ppc64-linux.h 368 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-s390x-linux.h 316 #define VKI_O_TRUNC 00001000 /* not fcntl */
vki-x86-linux.h 286 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-darwin.h 267 #define VKI_O_TRUNC O_TRUNC
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 512 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
  /external/valgrind/main/coregrind/
m_libcfile.c 656 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
m_mallocfree.c 727 VKI_O_RDWR | VKI_O_CREAT | VKI_O_TRUNC, 0666);
    [all...]
m_main.c 356 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 820 VKI_O_WRONLY|VKI_O_CREAT|VKI_O_TRUNC,
    [all...]

Completed in 579 milliseconds