Searched refs:STATUS_NO_SUCH_FILE (Results 1 – 3 of 3) sorted by relevance
50 from impacket.nt_errors import (STATUS_ACCESS_DENIED, STATUS_NO_SUCH_FILE,265 raise SmbException(STATUS_NO_SUCH_FILE, "Couldn't find the file")306 raise SmbException(STATUS_NO_SUCH_FILE, "Failed to make test file")
212 case STATUS_NO_SUCH_FILE: in uv__ntstatus_to_winsock_error()
735 #ifndef STATUS_NO_SUCH_FILE736 # define STATUS_NO_SUCH_FILE ((NTSTATUS) 0xC000000FL) macro