Searched defs:shareName (Results 1 – 1 of 1) sorted by relevance
| /external/curl/tests/python_dependencies/impacket/ |
| D | smb3.py | 1322 def rename(self, shareName, oldPath, newPath): argument 1362 def listPath(self, shareName, path, password = None): argument 1399 def mkdir(self, shareName, pathName, password = None): argument 1418 def rmdir(self, shareName, pathName, password = None): argument 1437 def remove(self, shareName, pathName, password = None): argument 1456 …def retrieveFile(self, shareName, path, callback, mode = FILE_OPEN, offset = 0, password = None, s… argument 1489 …def storeFile(self, shareName, path, callback, mode = FILE_OVERWRITE_IF, offset = 0, password = No… argument
|