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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8074 posix::IsDir(file_stat);
/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