Home
last modified time | relevance | path

Searched refs:_nativePosition (Results 1 – 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_cache.cpp36 , _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 …]
Doscl_file_cache.h121 TOsclFileOffset _nativePosition; variable