Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dsmbserver.py50 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")
/third_party/libuv/src/win/
Dwinsock.c212 case STATUS_NO_SUCH_FILE: in uv__ntstatus_to_winsock_error()
Dwinapi.h735 #ifndef STATUS_NO_SUCH_FILE
736 # define STATUS_NO_SUCH_FILE ((NTSTATUS) 0xC000000FL) macro