Searched refs:_rmdir (Results 1 – 11 of 11) sorted by relevance
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 37 const epermHandler = isWindows ? fixWinEPERM : _rmdir; 76 return _rmdir(path, options, err, callback); 84 return _rmdir(path, options, err, callback); 106 _rmdir(path, options, originalErr, callback); 114 function _rmdir(path, options, originalErr, callback) { function
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | win_ssh.py | 48 def _rmdir(self, path): member in WinSSHFlavor 58 self._rmdir(self._empty_dir)
|
/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 | 172 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 | 62 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/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2014 inline int RmDir(const char* dir) { return _rmdir(dir); }
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 2268 inline int RmDir(const char* dir) { return _rmdir(dir); }
|