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

/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h871 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
876 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
893 inline int RmDir(const char* dir) { return rmdir(dir); }
/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/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1543 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1548 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1565 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/gtest/include/gtest/internal/
H A Dgtest-port.h1592 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1597 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1614 inline int RmDir(const char* dir) { return rmdir(dir); }
/external/libvpx/libvpx/third_party/googletest/src/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.h1579 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1584 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1601 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.h1717 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1722 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1739 inline int RmDir(const char* dir) { return rmdir(dir); }

Completed in 404 milliseconds