Definition at line 32 of file DistributedAccessRepositoryInFile.h. References GetDir(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid(). 00033 { 00034 String filename = loc.GetFeature() + ".info"; 00035 String dir = GetDir(loc); 00036 Persistency::File file = RepFS().GetFile(loc, dir, filename, false, 00037 true); 00038 return file.Valid(); 00039 }
Here is the call graph for this function: ![]()
|