Definition at line 52 of file SegmentationRepositoryInFile.h. References Impala::Persistency::File::Delete(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::SegmentationLocator::GetName(), and RepFS(). 00053 { 00054 File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab", 00055 true, true); 00056 file.Delete(); 00057 }
Here is the call graph for this function: ![]()
|