Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
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/
Dos_helper.py280 def _rmdir(dirname): function
319 _rmdir = os.rmdir variable
351 _rmdir(dirname)
/third_party/ffmpeg/libavformat/
Dos_support.h199 DEF_FS_FUNCTION(rmdir, _wrmdir , _rmdir) in DEF_FS_FUNCTION()
/third_party/libwebsockets/lib/misc/
Ddir.c44 #define rmdir _rmdir
/third_party/libuv/test/
Dtest-fs-open-flags.c34 # define rmdir _rmdir
Dtest-fs.c41 # define rmdir _rmdir
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc64 int _rmdir(const char* path) { in _rmdir() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1990 inline int RmDir(const char* dir) { return _rmdir(dir); }
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h2020 inline int RmDir(const char* dir) { return _rmdir(dir); }
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1994 inline int RmDir(const char* dir) { return _rmdir(dir); }