Definition at line 89 of file IOBufferFile.h. References FSeek(), Impala::Util::IOBuffer::GetPosition(), mFile, mUseMemory, and Impala::Util::IOBuffer::SetPosition(). Referenced by DoNativeTypeRead(), DoNativeTypeWrite(), Gets(), Read(), ReadLine(), and Impala::Application::SDash::RegionsOfInterestInfo::RegionsOfInterestInfo(). 00090 { 00091 if (GetPosition() == position) 00092 return; 00093 if (!mUseMemory) 00094 FSeek(mFile, position, SEEK_SET); 00095 IOBuffer::SetPosition(position); 00096 }
Here is the call graph for this function: ![]()
|