HomeSort by relevance Sort by last modified time
    Searched defs:rmdir (Results 1 - 20 of 20) sorted by null

  /bionic/libc/bionic/
rmdir.cpp 32 int rmdir(const char* path) { function
  /external/autotest/client/site_tests/firmware_TouchMTB/
cros_gs.py 87 def rmdir(self, data_dir): member in class:CrosGs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
RCSProxy.py 69 def rmdir(self, name): member in class:DirSupport
70 os.rmdir(name)
FSProxy.py 262 def rmdir(self, name): member in class:FSProxyLocal
264 os.rmdir(name)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 30 def rmdir(path): function
31 return os.rmdir(LongFilePath(path))
  /external/python/cpython2/Demo/pdist/
RCSProxy.py 69 def rmdir(self, name): member in class:DirSupport
70 os.rmdir(name)
FSProxy.py 262 def rmdir(self, name): member in class:FSProxyLocal
264 os.rmdir(name)
  /external/ltp/testcases/network/nfsv4/locks/
locktests.py 36 def rmdir(self,dir): member in class:Machine
96 self.rmdir(unexportDir)
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 957 rmdir( function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 44 # define rmdir _rmdir macro
  /external/curl/tests/python_dependencies/impacket/
smb3.py 1418 def rmdir(self, shareName, pathName, password = None): member in class:SMB3
    [all...]
smb.py 3934 def rmdir(self, service, path, password = None): member in class:SMB
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 234 _waitfor(os.rmdir, dirname)
242 _force_run(fullname, os.rmdir, fullname)
246 _waitfor(lambda p: _force_run(p, os.rmdir, p), path)
249 _rmdir = os.rmdir
267 _force_run(path, os.rmdir, fullname)
271 os.rmdir(path)
279 def rmdir(dirname): function
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 421 rmdir = _wrap_strfunc(os.rmdir) variable in class:_NormalAccessor
1269 def rmdir(self): member in class:Path
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 222 * rmdir(const char* path)
224 static void rmdir(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 223 _waitfor(os.rmdir, dirname)
231 os.rmdir(fullname)
235 _waitfor(os.rmdir, path)
238 _rmdir = os.rmdir
247 def rmdir(dirname): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 223 _waitfor(os.rmdir, dirname)
231 os.rmdir(fullname)
235 _waitfor(os.rmdir, path)
238 _rmdir = os.rmdir
247 def rmdir(dirname): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 223 _waitfor(os.rmdir, dirname)
231 os.rmdir(fullname)
235 _waitfor(os.rmdir, path)
238 _rmdir = os.rmdir
247 def rmdir(dirname): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 223 _waitfor(os.rmdir, dirname)
231 os.rmdir(fullname)
235 _waitfor(os.rmdir, path)
238 _rmdir = os.rmdir
247 def rmdir(dirname): function
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 351 _waitfor(os.rmdir, dirname)
365 _force_run(fullname, os.rmdir, fullname)
369 _waitfor(lambda p: _force_run(p, os.rmdir, p), path)
372 _rmdir = os.rmdir
390 _force_run(path, os.rmdir, fullname)
394 os.rmdir(path)
402 def rmdir(dirname): function
    [all...]

Completed in 506 milliseconds