Definition at line 28 of file KernelMatrixRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KernelMatrixLocator::GetIsIndex(), RepFS(), and Impala::Persistency::File::Valid(). 00029 { 00030 if (loc.GetIsIndex()) 00031 return DistributedAccessRepository().Exists(loc); 00032 00033 String dir = GetDir(loc, false); 00034 String fName = loc.GetFeature() + ".tab"; 00035 File file = RepFS().GetFile(loc, dir, fName, false, true); 00036 return file.Valid(); 00037 }
Here is the call graph for this function: ![]()
|