/external/python/cpython2/Demo/pdist/ |
D | RCSProxy.py | 69 def rmdir(self, name): member in DirSupport
|
D | FSProxy.py | 262 def rmdir(self, name): member in FSProxyLocal
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/ |
D | AbstractTestCase.java | 95 public static void rmdir(final File f) { in rmdir() method in AbstractTestCase
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.py | 36 def rmdir(self,dir): member in Machine
|
/external/libcups/vcnet/ |
D | config.h | 43 #define rmdir _rmdir macro
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 398 void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name); member
|
D | fuse.h | 343 int (*rmdir) (const char *); member
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 120 rmdir = _wrap_strfunc(FakeFilesystem.rmdir) variable in _FakeAccessor
|
D | fake_filesystem.py | 2960 def rmdir(self, target_directory, allow_symlink=False): member in FakeFilesystem 4047 def rmdir(self, path, *, dir_fd=None): member in FakeOsModule
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 375 rmdir = _wrap_strfunc(os.rmdir) variable in _NormalAccessor 1133 def rmdir(self): member in Path
|
D | path.py | 1230 def rmdir(self): member in Path
|
/external/python/cpython3/Lib/ |
D | pathlib.py | 429 rmdir = os.rmdir variable in _NormalAccessor 1348 def rmdir(self): member in Path
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 328 INTERCEPTOR(int, rmdir, char *path) { in INTERCEPTOR() argument
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 294 def rmdir(dirname): function
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 572 fn rmdir(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<()> { in rmdir() method
|
D | server.rs | 440 fn rmdir<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in rmdir() method
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 444 def rmdir(dirname): function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 462 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 1211 fn rmdir(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<()> { in rmdir() method
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 876 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 539 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1689 TSAN_INTERCEPTOR(int, rmdir, char *path) { in TSAN_INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1825 TSAN_INTERCEPTOR(int, rmdir, char *path) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1677 pub fn rmdir(path: *const ::c_char) -> ::c_int; in rmdir() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3602 pub fn rmdir(path: *const c_char) -> ::c_int; in rmdir() function
|