Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Persistency::ImageArchiveRepositoryInFile::Exists ( const ImageArchiveLocator loc  )  [inline]

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:


Generated on Thu Jan 13 09:22:59 2011 for ImpalaSrc by  doxygen 1.5.1