Definition at line 71 of file IOBufferFile.h. References Impala::Util::IOBuffer::CheckDataChannelWrite(), and mFile. 00072 { 00073 CheckDataChannelWrite(); 00074 if (mFile) 00075 { 00076 fclose(mFile); 00077 } 00078 }
Here is the call graph for this function: ![]()
|