Searched refs:_rmdir (Results 1 – 10 of 10) sorted by relevance
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 38 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/ |
D | os_helper.py | 280 def _rmdir(dirname): function 319 _rmdir = os.rmdir variable 351 _rmdir(dirname)
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 199 DEF_FS_FUNCTION(rmdir, _wrmdir , _rmdir) in DEF_FS_FUNCTION()
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 44 #define rmdir _rmdir
|
/third_party/libuv/test/ |
D | test-fs-open-flags.c | 34 # define rmdir _rmdir
|
D | test-fs.c | 41 # define rmdir _rmdir
|
/third_party/googletest/googletest/test/ |
D | googletest-filepath-test.cc | 64 int _rmdir(const char* path) { in _rmdir() function
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1990 inline int RmDir(const char* dir) { return _rmdir(dir); }
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 2020 inline int RmDir(const char* dir) { return _rmdir(dir); }
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1994 inline int RmDir(const char* dir) { return _rmdir(dir); }
|