Searched refs:VKI_O_TRUNC (Results 1 – 19 of 19) sorted by relevance
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 108 fp = VG_(fopen)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in dumpPcFile() 142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile()
|
/external/valgrind/include/vki/ |
D | vki-arm64-linux.h | 225 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-amd64-linux.h | 252 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-tilegx-linux.h | 225 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-s390x-linux.h | 322 #define VKI_O_TRUNC 00001000 /* not fcntl */ macro
|
D | vki-ppc64-linux.h | 371 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-ppc32-linux.h | 316 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-arm-linux.h | 249 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-x86-linux.h | 287 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
|
D | vki-mips32-linux.h | 320 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
|
D | vki-mips64-linux.h | 325 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
|
D | vki-darwin.h | 267 #define VKI_O_TRUNC O_TRUNC macro
|
/external/valgrind/callgrind/ |
D | dump.c | 1192 fp = VG_(fopen)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in new_dumpfile() 1600 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in CLG_()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 610 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump()
|
/external/valgrind/coregrind/ |
D | m_main.c | 1068 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options() 1127 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options()
|
D | m_libcfile.c | 797 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC, in VG_()
|
/external/valgrind/massif/ |
D | ms_main.c | 2266 fp = VG_(fopen)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in write_snapshots_to_file()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1389 fp = VG_(fopen)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in fprint_CC_table_and_calc_totals()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 474 #define VKI_O_TRUNC 01000 /* not fcntl */
|