Searched refs:RmDir (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
2838 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:std::tr1::posix
2855 inline int RmDir(const char* dir) { return rmdir(dir); }

Completed in 109 milliseconds