Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c144 STATUS_END_OF_FILE = 0xC0000011, enumerator
356 case STATUS_END_OF_FILE : in ntfs_ntstatus_to_errno()
/third_party/libuv/src/win/
Dwinapi.h743 #ifndef STATUS_END_OF_FILE
744 # define STATUS_END_OF_FILE ((NTSTATUS) 0xC0000011L) macro