Definition at line 79 of file ImageArchiveRepositoryInFile.h. References Impala::Persistency::File::Delete(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageArchiveLocator::GetName(), and RepFS(). 00080 { 00081 String dir = GetDir(loc); 00082 File file = RepFS().GetFile(loc, dir, loc.GetName(), true, true); 00083 file.Delete(); 00084 file = RepFS().GetFile(loc, dir, loc.GetName() + ".idx", true, true); 00085 file.Delete(); 00086 }
Here is the call graph for this function: ![]()
|