Searched refs:distanceToMove (Results 1 – 4 of 4) sorted by relevance
41 off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const in Seek() argument43 return ::lseek(_handle, distanceToMove, moveMethod); in Seek()
26 off_t Seek(off_t distanceToMove, int moveMethod) const;
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const in Seek() argument198 distanceToMove += Length; in Seek()204 value.QuadPart = distanceToMove; in Seek()
53 bool Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const;