Home
last modified time | relevance | path

Searched refs:SmbException (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/tests/
Dsmbserver.py209 raise SmbException(STATUS_ACCESS_DENIED,
263 raise SmbException(error_code, "Failed to query path info")
284 except SmbException as s:
309 raise SmbException(STATUS_ACCESS_DENIED,
312 raise SmbException(imp_smbserver.STATUS_SMB_BAD_TID,
321 raise SmbException(STATUS_NO_SUCH_FILE, "Couldn't find the file")
362 raise SmbException(STATUS_NO_SUCH_FILE, "Failed to make test file")
365 class SmbException(Exception): class
367 super(SmbException, self).__init__(error_message)