Home
last modified time | relevance | path

Searched refs:VKI_O_WRONLY (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/main/callgrind/
Dcommand.c113 res = VG_(open)(info_file, VKI_O_WRONLY|VKI_O_TRUNC, 0); in setup_control()
115 res = VG_(open)(info_file, VKI_O_CREAT|VKI_O_WRONLY, in setup_control()
177 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in createRes()
Ddump.c1305 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in new_dumpfile()
1309 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_APPEND, 0); in new_dumpfile()
1315 res = VG_(open)(filename, VKI_O_CREAT|VKI_O_WRONLY, in new_dumpfile()
1734 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in CLG_()
1736 res = VG_(open)(filename, VKI_O_CREAT|VKI_O_WRONLY, in CLG_()
/external/valgrind/main/exp-bbv/
Dbbv_main.c113 sres = VG_(open)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in dumpPcFile()
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile()
/external/valgrind/main/include/vki/
Dvki-amd64-linux.h246 #define VKI_O_WRONLY 01 macro
Dvki-ppc32-linux.h311 #define VKI_O_WRONLY 01 macro
Dvki-s390x-linux.h310 #define VKI_O_WRONLY 00000001 macro
Dvki-arm-linux.h244 #define VKI_O_WRONLY 01 macro
Dvki-x86-linux.h282 #define VKI_O_WRONLY 01 macro
Dvki-ppc64-linux.h364 #define VKI_O_WRONLY 01 macro
Dvki-darwin.h256 #define VKI_O_WRONLY O_WRONLY macro
/external/valgrind/tsan/
Dts_util.cc454 VKI_O_WRONLY|VKI_O_CREAT|VKI_O_TRUNC, in OpenFileWriteStringAndClose()
/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c185 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY); in ensure_write_remote_desc()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c512 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump()
/external/valgrind/main/memcheck/
Dmc_errors.c820 VKI_O_WRONLY|VKI_O_CREAT|VKI_O_TRUNC, in MC_()
/external/valgrind/main/cachegrind/
Dcg_main.c1266 sres = VG_(open)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in fprint_CC_table_and_calc_totals()
/external/valgrind/main/massif/
Dms_main.c2318 sres = VG_(open)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in write_snapshots_to_file()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt471 #define VKI_O_WRONLY 01
/external/valgrind/main/coregrind/
Dm_main.c356 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in reopen_output_fd()