Definition at line 93 of file KernelMatrixRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KernelMatrixLocator::GetIsIndex(), and RepFS(). 00094 { 00095 if (loc.GetIsIndex()) 00096 return DistributedAccessRepository().ExposeFile(loc, toWrite); 00097 00098 String dir = GetDir(loc, false); 00099 String fName = loc.GetFeature() + ".tab"; 00100 bool silent = !toWrite; // if (toWrite) force creating directory 00101 return RepFS().GetFile(loc, dir, fName, toWrite, silent); 00102 }
Here is the call graph for this function: ![]()
|