Searched refs:VKI_O_WRONLY (Results 1 - 16 of 16) 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.h246 #define VKI_O_WRONLY 01 macro
H A Dvki-arm-linux.h244 #define VKI_O_WRONLY 01 macro
H A Dvki-ppc32-linux.h311 #define VKI_O_WRONLY 01 macro
H A Dvki-ppc64-linux.h364 #define VKI_O_WRONLY 01 macro
H A Dvki-s390x-linux.h310 #define VKI_O_WRONLY 00000001 macro
H A Dvki-x86-linux.h282 #define VKI_O_WRONLY 01 macro
H A Dvki-mips32-linux.h313 #define VKI_O_WRONLY 01 macro
H A Dvki-darwin.h256 #define VKI_O_WRONLY O_WRONLY macro
/external/valgrind/main/callgrind/
H A Ddump.c1305 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0);
1309 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_APPEND, 0);
1315 res = VG_(open)(filename, VKI_O_CREAT|VKI_O_WRONLY,
1734 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0);
1736 res = VG_(open)(filename, VKI_O_CREAT|VKI_O_WRONLY,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c185 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c529 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC;
/external/valgrind/main/coregrind/
H A Dm_main.c906 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
965 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC,
/external/valgrind/main/cachegrind/
H A Dcg_main.c1272 sres = VG_(open)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
/external/valgrind/main/massif/
H A Dms_main.c2331 sres = VG_(open)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3990 if ((fdfl & (VKI_O_WRONLY|VKI_O_RDWR)) != 0)

Completed in 9668 milliseconds