Definition at line 43 of file FrameHashesRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::File::GetWriteBuffer(), RepFS(), and Impala::Util::Write(). 00044 { 00045 String dir = GetDir(loc); 00046 File file = RepFS().GetFile(loc, dir, "hashes.tab", true, false); 00047 Util::IOBuffer* buffer = file.GetWriteBuffer(); 00048 const bool binary = true; 00049 Core::Table::Write(frameHashes, buffer, binary); 00050 delete buffer; 00051 }
Here is the call graph for this function: ![]()
|