Searched defs:IsDir (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2833 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2839 inline bool IsDir(const StatStruct& st) { function in namespace:std::tr1::posix
2856 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }

Completed in 89 milliseconds