Definition at line 40 of file FoldRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::FoldLocator::GetName(), RepFS(), and Impala::Util::Write(). 00041 { 00042 String dir = GetDir(loc); 00043 File file = RepFS().GetFile(loc, dir, loc.GetName() + ".tab", 00044 true, false); 00045 Write(fold, file); 00046 }
Here is the call graph for this function: ![]()
|