Definition at line 25 of file SvmRepositoryInFile.h. References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid(). 00026 { 00027 String dir = GetDir(loc, false); 00028 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".model", 00029 false, true); 00030 return file.Valid(); 00031 }
Here is the call graph for this function: ![]()
|