Definition at line 48 of file AnnotationTableRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::AnnotationTableLocator::GetKeyword(), RepFS(), and Impala::Core::Table::Write(). 00049 { 00050 String dir = GetDir(loc); 00051 File file = RepFS().GetFile(loc, dir, loc.GetKeyword() + ".tab", 00052 true, false); 00053 Write(tab, file); 00054 }
Here is the call graph for this function:
|