Home | History | Annotate | Download | only in internal

Lines Matching defs:IsDir

2216 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2222 inline bool IsDir(const StatStruct& st) {
2239 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }