Searched defs:Stat (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
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:std::tr1::posix
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }

Completed in 69 milliseconds