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

  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 871 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
876 inline int RmDir(const char* dir) { return _rmdir(dir); }
893 inline int RmDir(const char* dir) { return rmdir(dir); }
    [all...]
  /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_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 711 milliseconds