Definition at line 26 of file ImageSetRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageSetLocator::GetName(), RepFS(), and Impala::Persistency::File::Valid(). 00027 { 00028 File f = RepFS().GetFile(loc, "ImageData", loc.GetName(), false, true); 00029 return f.Valid(); 00030 }
Here is the call graph for this function: ![]()
|