Searched refs:VKI_O_TRUNC (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/exp-bbv/
H A Dbbv_main.c113 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/include/vki/
H A Dvki-amd64-linux.h252 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-arm64-linux.h225 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-arm-linux.h249 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-ppc32-linux.h316 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-ppc64-linux.h369 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-s390x-linux.h316 #define VKI_O_TRUNC 00001000 /* not fcntl */ macro
H A Dvki-x86-linux.h287 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-mips32-linux.h320 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
H A Dvki-mips64-linux.h325 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
H A Dvki-darwin.h267 #define VKI_O_TRUNC O_TRUNC macro
/external/valgrind/main/callgrind/
H A Ddump.c1305 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0);
1734 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c551 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
/external/valgrind/main/coregrind/
H A Dm_main.c953 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
1012 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
H A Dm_libcfile.c762 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
/external/valgrind/main/cachegrind/
H A Dcg_main.c1400 sres = VG_(open)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
/external/valgrind/main/massif/
H A Dms_main.c2308 sres = VG_(open)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,

Completed in 7356 milliseconds