Definition at line 72 of file DistributedAccessRepositoryInFile.h. References GetDir(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS(). 00073 { 00074 String dir = GetDir(loc); 00075 String fName = loc.GetFeature() + ".info"; 00076 bool silent = !toWrite; // if (toWrite) force creating directory 00077 return RepFS().GetFile(loc, dir, fName, toWrite, silent); 00078 }
Here is the call graph for this function: ![]()
|