Home
last modified time | relevance | path

Searched refs:ov (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/common/
H A Dbase.cpp2237 OVERLAPPED ov = {}; in ReadFromFd() local
2239 BOOL bWriteStat = ReadFile((HANDLE)s, buf, count, &bytesRead, &ov); in ReadFromFd()
2254 OVERLAPPED ov = {}; in WriteToFd() local
2256 BOOL bWriteStat = WriteFile((HANDLE)s, buf, count, &bytesWrite, &ov); in WriteToFd()

Completed in 5 milliseconds