Searched refs:_nativePosition (Results 1 – 2 of 2) sorted by relevance
36 , _nativePosition(0) in OsclFileCache()87 _nativePosition = iContainer.CallNativeTell(); in Open()381 _nativePosition = pos; in Seek()434 _nativePosition = iContainer.CallNativeTell(); in Flush()524 if (_nativePosition != newpos) in FillCacheFromFile()535 _nativePosition = newpos; in FillCacheFromFile()545 _nativePosition += _endCachePos; in FillCacheFromFile()581 if (_nativePosition != pos) in WriteCacheToFile()601 _nativePosition = pos; in WriteCacheToFile()608 _nativePosition += retval; in WriteCacheToFile()[all …]
121 TOsclFileOffset _nativePosition; variable