HomeSort by relevance Sort by last modified time
    Searched full:bytes_read_dword (Results 1 - 1 of 1) sorted by null

  /external/libmojo/mojo/edk/test/
test_utils_win.cc 42 DWORD bytes_read_dword = 0; local
45 &bytes_read_dword, &overlapped)) {
47 !GetOverlappedResult(handle.handle, &overlapped, &bytes_read_dword,
53 *bytes_read = bytes_read_dword;
62 DWORD bytes_read_dword = 0; local
65 &bytes_read_dword, &overlapped)) {
71 if (!GetOverlappedResult(handle.handle, &overlapped, &bytes_read_dword,
78 *bytes_read = bytes_read_dword;

Completed in 1717 milliseconds