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