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/callgrind/
H A Dcommand.c113 res = VG_(open)(info_file, VKI_O_WRONLY|VKI_O_TRUNC, 0);
177 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
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/include/vki/
H A Dvki-amd64-linux.h250 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-arm-linux.h248 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-ppc32-linux.h315 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-ppc64-linux.h368 #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.h286 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
H A Dvki-darwin.h267 #define VKI_O_TRUNC O_TRUNC macro
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c512 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c656 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC,
H A Dm_mallocfree.c727 VKI_O_RDWR | VKI_O_CREAT | VKI_O_TRUNC, 0666);
H A Dm_main.c356 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
/external/valgrind/main/cachegrind/
H A Dcg_main.c1266 sres = VG_(open)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
/external/valgrind/main/massif/
H A Dms_main.c2318 sres = VG_(open)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
/external/valgrind/main/memcheck/
H A Dmc_errors.c820 VKI_O_WRONLY|VKI_O_CREAT|VKI_O_TRUNC,

Completed in 288 milliseconds