HomeSort by relevance Sort by last modified time
    Searched defs:_rmdir (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon3906
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 74 // Windows CE doesn't have the _rmdir C function.
75 int _rmdir(const char* path) { function in namespace:testing::internal::__anon9213
  /external/gtest/test/
gtest-filepath_test.cc 71 // Windows CE doesn't have the _rmdir C function.
72 int _rmdir(const char* path) { function in namespace:testing::internal::__anon6018
440 _rmdir(testdata_path_.c_str());
451 _rmdir(testdata_path_.c_str());

Completed in 351 milliseconds