Definition at line 28 of file ImageArchiveRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageArchiveLocator::GetName(), RepFS(), and Impala::Persistency::File::Valid(). 00029 { 00030 String dir = GetDir(loc); 00031 File file = RepFS().GetFile(loc, dir, loc.GetName(), false, true); 00032 return file.Valid(); 00033 }
Here is the call graph for this function: ![]()
|