Definition at line 71 of file RepositoryInFileSystem.h. References Impala::Persistency::FileSystem::DeleteDir(), and GetFS(). Referenced by Impala::Persistency::SvmRepositoryInFile::Delete(), Impala::Persistency::SimilarityTableSetRepositoryInFile::Delete(), Impala::Persistency::Mpeg7DocRepositoryInFile::Delete(), Impala::Persistency::KernelMatrixRepositoryInFile::Delete(), and Impala::Persistency::FeatureTableRepositoryInFile::Delete(). 00072 { 00073 FileSystem* fs = GetFS(loc); 00074 fs->DeleteDir(dir); 00075 }
Here is the call graph for this function: ![]()
|