Definition at line 24 of file VideoSetRepositoryInFile.h. References Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid(). 00025 { 00026 File f = RepFS().GetFile(loc, "VideoData", loc.GetDataSet(), false, 00027 true); 00028 return f.Valid(); 00029 }
Here is the call graph for this function: ![]()
|