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

  /external/chromium_org/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::__anon14818
  /external/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::__anon25411
  /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::__anon32624
  /ndk/sources/third_party/googletest/googletest/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::__anon43076
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 169 int _rmdir(const char* path) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 222 def _rmdir(dirname): function in function:unload
238 _rmdir = os.rmdir
249 _rmdir(dirname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 222 def _rmdir(dirname): function in function:unload
238 _rmdir = os.rmdir
249 _rmdir(dirname)
    [all...]

Completed in 633 milliseconds