Searched refs:VKI_S_IRUSR (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_commandline.c66 fd = VG_(open)(filename, 0, VKI_S_IRUSR);
H A Dm_machine.c563 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
652 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
H A Dm_main.c954 VKI_S_IRUSR|VKI_S_IWUSR);
1013 VKI_S_IRUSR|VKI_S_IWUSR);
H A Dm_libcfile.c763 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c114 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP);
153 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c84 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
H A Dinitimg-linux.c97 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
/external/valgrind/main/callgrind/
H A Ddump.c1316 VKI_S_IRUSR|VKI_S_IWUSR);
1737 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c566 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/main/include/vki/
H A Dvki-darwin.h127 #define VKI_S_IRUSR S_IRUSR macro
H A Dvki-linux.h1345 #define VKI_S_IRUSR 00400 macro
/external/valgrind/main/cachegrind/
H A Dcg_main.c1401 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/main/massif/
H A Dms_main.c2309 VKI_S_IRUSR|VKI_S_IWUSR);

Completed in 241 milliseconds