HomeSort by relevance Sort by last modified time
    Searched refs:RmDir (Results 1 - 5 of 5) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
868 inline int RmDir(const char* dir) { return _rmdir(dir); }
885 inline int RmDir(const char* dir) { return rmdir(dir); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 525 posix::RmDir(testdata_path_.c_str());
532 posix::RmDir(testdata_path_.c_str());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 439 posix::RmDir(testdata_path_.c_str());
446 posix::RmDir(testdata_path_.c_str());
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 188 milliseconds