Searched defs:SetFilePointer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.cc44 // A wrapper for the Win32 ::SetFilePointer() function with some error checking.
45 bool SetFilePointer(HANDLE file_handle, size_t position) { function in namespace:__anon4278
47 ::SetFilePointer(file_handle,
143 if (!SetFilePointer(file_handle, section->PointerToRawData))

Completed in 150 milliseconds