Searched defs:_rmdir (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-filepath_test.cc74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon7576
/external/googletest/googletest/test/
H A Dgtest-filepath_test.cc74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon7731
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon18766
/external/v8/testing/gtest/test/
H A Dgtest-filepath_test.cc74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon27975
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-filepath_test.cc74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon30327
/external/python/cpython2/Lib/test/
H A Dtest_support.py233 def _rmdir(dirname): function in function:_force_run
249 _rmdir = os.rmdir
281 _rmdir(dirname)
/external/python/cpython3/Lib/test/support/
H A D__init__.py350 def _rmdir(dirname): function in function:_force_run
372 _rmdir = os.rmdir
404 _rmdir(dirname)

Completed in 526 milliseconds