Home
last modified time | relevance | path

Searched refs:VKI_S_IRUSR (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/exp-bbv/
Dbbv_main.c109 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP); in dumpPcFile()
143 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP); in open_tracefile()
/external/valgrind/coregrind/
Dm_commandline.c69 fd = VG_(open)(filename, 0, VKI_S_IRUSR); in read_dot_valgrindrc()
Dm_machine.c627 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR ); in VG_()
716 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR ); in VG_()
Dm_main.c1048 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IROTH); in main_process_cmd_line_options()
1107 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IROTH); in main_process_cmd_line_options()
Dm_libcfile.c914 VKI_S_IRUSR|VKI_S_IWUSR); in VG_()
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c83 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
Dinitimg-solaris.c103 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
Dinitimg-linux.c96 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
/external/valgrind/callgrind/
Ddump.c1203 VKI_S_IRUSR|VKI_S_IWUSR); in new_dumpfile()
1603 VKI_S_IRUSR|VKI_S_IWUSR); in CLG_()
/external/valgrind/include/vki/
Dvki-darwin.h135 #define VKI_S_IRUSR S_IRUSR macro
Dvki-solaris.h1140 #define VKI_S_IRUSR S_IRUSR macro
Dvki-linux.h1367 #define VKI_S_IRUSR 00400 macro
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c614 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR); in make_elf_coredump()
Dcoredump-solaris.c900 VKI_S_IRUSR|VKI_S_IWUSR); in VG_()
/external/valgrind/massif/
Dms_main.c2268 VKI_S_IRUSR|VKI_S_IWUSR); in write_snapshots_to_file()
/external/valgrind/cachegrind/
Dcg_main.c1390 VKI_S_IRUSR|VKI_S_IWUSR); in fprint_CC_table_and_calc_totals()