Definition at line 25 of file Mpeg7DocRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::Mpeg7DocLocator::GetName(), RepFS(), and Impala::Persistency::File::Valid(). 00026 { 00027 String dir = GetDir(loc); 00028 File f = RepFS().GetFile(loc, dir, loc.GetName(), false, true); 00029 return f.Valid(); 00030 }
Here is the call graph for this function:
|