Definition at line 83 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(). 00084 { 00085 if (GetPosition() == position) 00086 return; 00087 if (!mUseMemory) 00088 FSeek(mFile, position, SEEK_SET); 00089 IOBuffer::SetPosition(position); 00090 }
Here is the call graph for this function:
|