HomeSort by relevance Sort by last modified time
    Searched refs:mkd (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 556 def mkd(self, dirname): member in class:FTP
558 resp = self.sendcmd('MKD ' + dirname)
827 '''Parse the '257' response for a MKD or PWD request.
828 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 471 dir = self.client.mkd('/foo')
  /external/python/cpython2/Lib/
ftplib.py 575 def mkd(self, dirname): member in class:FTP
577 resp = self.sendcmd('MKD ' + dirname)
867 '''Parse the '257' response for a MKD or PWD request.
868 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 566 def mkd(self, dirname): member in class:FTP
568 resp = self.sendcmd('MKD ' + dirname)
837 '''Parse the '257' response for a MKD or PWD request.
838 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 471 dir = self.client.mkd('/foo')
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 566 def mkd(self, dirname): member in class:FTP
568 resp = self.sendcmd('MKD ' + dirname)
837 '''Parse the '257' response for a MKD or PWD request.
838 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 471 dir = self.client.mkd('/foo')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 566 def mkd(self, dirname): member in class:FTP
568 resp = self.sendcmd('MKD ' + dirname)
837 '''Parse the '257' response for a MKD or PWD request.
838 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 471 dir = self.client.mkd('/foo')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 566 def mkd(self, dirname): member in class:FTP
568 resp = self.sendcmd('MKD ' + dirname)
837 '''Parse the '257' response for a MKD or PWD request.
838 This is a response to a MKD or PWD request: a directory name.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 471 dir = self.client.mkd('/foo')
  /external/python/cpython2/Lib/test/
test_ftplib.py 485 dir = self.client.mkd('/foo')

Completed in 7174 milliseconds