Home
last modified time | relevance | path

Searched refs:_rmdir (Results 1 - 10 of 10) sorted by relevance

/third_party/node/lib/internal/fs/
H A Drimraf.js38 const epermHandler = isWindows ? fixWinEPERM : _rmdir;
77 return _rmdir(path, options, err, callback);
85 return _rmdir(path, options, err, callback);
107 _rmdir(path, options, originalErr, callback);
115 function _rmdir(path, options, originalErr, callback) { function
/third_party/python/Lib/test/support/
H A Dos_helper.py362 def _rmdir(dirname): function
401 _rmdir = os.rmdir
433 _rmdir(dirname)
/third_party/ffmpeg/libavformat/
H A Dos_support.h199 DEF_FS_FUNCTION(rmdir, _wrmdir , _rmdir)
/third_party/libwebsockets/lib/misc/
H A Ddir.c44 #define rmdir _rmdir
/third_party/libuv/test/
H A Dtest-fs-open-flags.c34 # define rmdir _rmdir
H A Dtest-fs.c44 # define rmdir _rmdir
/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc63 // Windows CE doesn't have the _rmdir C function.
64 int _rmdir(const char* path) { in _rmdir() function
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1994 inline int RmDir(const char* dir) { return _rmdir(dir); } in RmDir()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1990 inline int RmDir(const char* dir) { return _rmdir(dir); } in RmDir()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h2020 inline int RmDir(const char* dir) { return _rmdir(dir); } in RmDir()

Completed in 24 milliseconds