Definition at line 25 of file SimilarityTableSetRepositoryInFile.h. References 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, "names.txt", false, true); 00029 return file.Valid(); 00030 }
Here is the call graph for this function: ![]()
|