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

  /external/valgrind/exp-bbv/
bbv_main.c 108 fp = VG_(fopen)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
  /external/valgrind/include/vki/
vki-amd64-linux.h 252 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-arm64-linux.h 225 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-arm-linux.h 249 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-ppc32-linux.h 316 #define VKI_O_TRUNC 01000 /* not fcntl */
    [all...]
vki-ppc64-linux.h 371 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-s390x-linux.h 322 #define VKI_O_TRUNC 00001000 /* not fcntl */
vki-x86-linux.h 287 #define VKI_O_TRUNC 01000 /* not fcntl */
vki-mips32-linux.h 320 #define VKI_O_TRUNC 0x0200 /* not fcntl */
    [all...]
vki-mips64-linux.h 325 #define VKI_O_TRUNC 0x0200 /* not fcntl */
    [all...]
vki-darwin.h 275 #define VKI_O_TRUNC O_TRUNC
vki-solaris.h 498 #define VKI_O_TRUNC O_TRUNC
    [all...]
  /external/valgrind/callgrind/
dump.c 1192 fp = VG_(fopen)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0);
    [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_libcprint.c 347 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
    [all...]
m_xtree.c 379 fp = VG_(fopen)(outfilename, VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
    [all...]
m_libcfile.c 948 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
    [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]

Completed in 603 milliseconds