Definition at line 75 of file KernelMatrixRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::DeleteDir(), Impala::Persistency::KernelMatrixLocator::GetContainer(), GetDir(), Impala::Persistency::KernelMatrixLocator::GetFeature(), ILOG_ERROR, and RepFS(). 00076 { 00077 if ((loc.GetFeature() == "ALL") && (loc.GetContainer() == "ALL")) 00078 { 00079 String dir = GetDir(loc, true); 00080 RepFS().DeleteDir(loc, dir); 00081 } 00082 else 00083 { 00084 String dir = GetDir(loc, false); 00085 ILOG_ERROR("[Delete] not fully implemented yet"); 00086 //File file = RepFS().GetFile(loc, dir, loc.GetFeature() + ".tab", 00087 // true, true); 00088 //file.Delete(); 00089 } 00090 }
Here is the call graph for this function: ![]()
|