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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
868 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
885 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1574 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1579 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1596 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1584 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1589 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1606 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1574 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1579 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1596 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2216 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2221 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
2238 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1726 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1731 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1748 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/chromium_org/third_party/libvpx/source/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); }
/external/libvpx/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 1339 milliseconds