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

/external/valgrind/coregrind/
H A Dm_commandline.c67 SysRes fd = VG_(open)(filename, 0, VKI_S_IRUSR);
H A Dm_machine.c565 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
661 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
787 fd = VG_(open)( "/proc/cpuinfo", 0, VKI_S_IRUSR );
H A Dm_libcprint.c348 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IROTH);
H A Dm_xtree.c380 VKI_S_IRUSR|VKI_S_IWUSR);
H A Dm_libcfile.c949 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/exp-bbv/
H A Dbbv_main.c109 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP);
143 VKI_S_IRUSR|VKI_S_IWUSR|VKI_S_IRGRP|VKI_S_IWGRP);
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-darwin.c83 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
H A Dinitimg-solaris.c103 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
H A Dinitimg-linux.c95 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
/external/valgrind/callgrind/
H A Ddump.c1203 VKI_S_IRUSR|VKI_S_IWUSR);
1606 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c619 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
H A Dcoredump-solaris.c900 VKI_S_IRUSR|VKI_S_IWUSR);
/external/valgrind/include/vki/
H A Dvki-darwin.h135 #define VKI_S_IRUSR S_IRUSR macro
H A Dvki-solaris.h1206 #define VKI_S_IRUSR S_IRUSR macro
H A Dvki-linux.h1364 #define VKI_S_IRUSR 00400 macro
/external/valgrind/cachegrind/
H A Dcg_main.c1390 VKI_S_IRUSR|VKI_S_IWUSR);

Completed in 188 milliseconds