Definition at line 41 of file ImageRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageLocator::GetName(), Impala::Persistency::File::GetReadBuffer(), RepFS(), and Impala::Persistency::File::Valid(). 00042 { 00043 String dir = GetDir(loc); 00044 File file = RepFS().GetFile(loc, dir, loc.GetName(), false, false); 00045 if (!file.Valid()) 00046 return 0; 00047 00048 return file.GetReadBuffer(); 00049 }
Here is the call graph for this function:
|