Definition at line 36 of file StillsRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::StillsLocator::GetName(), RepFS(), and Impala::Core::Table::Write(). 00037 { 00038 File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab", 00039 true, false); 00040 Write(stills, file); 00041 }
Here is the call graph for this function:
|