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