Searched refs:VKI_S_ISDIR (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_ume/
H A Dmain.c254 } else if (!sr_isError(res) && VKI_S_ISDIR(st.mode)) {
/external/valgrind/coregrind/
H A Dm_libcfile.c467 : VKI_S_ISDIR(buf.mode) ? True : False;
744 if ( VKI_S_ISDIR (st.mode) ) {
/external/valgrind/include/vki/
H A Dvki-darwin.h126 #define VKI_S_ISDIR(m) S_ISDIR(m) macro
H A Dvki-solaris.h1151 #define VKI_S_ISDIR S_ISDIR macro
H A Dvki-linux.h1360 #define VKI_S_ISDIR(m) (((m) & VKI_S_IFMT) == VKI_S_IFDIR) macro

Completed in 134 milliseconds