Lines Matching refs:buildDatabaseName

33 void HHDatabase::buildDatabaseName(const char* base, const char* extension,  in buildDatabaseName()  function in HHDatabase
50 buildDatabaseName(base, "a3m", ".ffdata", a3m_data_filename); in checkDatabaseConflicts()
51 buildDatabaseName(base, "a3m", ".ffindex", a3m_index_filename); in checkDatabaseConflicts()
53 buildDatabaseName(base, "ca3m", ".ffdata", ca3m_data_filename); in checkDatabaseConflicts()
54 buildDatabaseName(base, "ca3m", ".ffindex", ca3m_index_filename); in checkDatabaseConflicts()
82 buildDatabaseName(base, "cs219", ".ffdata", cs219_data_filename); in HHblitsDatabase()
83 buildDatabaseName(base, "cs219", ".ffindex", cs219_index_filename); in HHblitsDatabase()
92 buildDatabaseName(base, "a3m", ".ffdata", a3m_data_filename); in HHblitsDatabase()
93 buildDatabaseName(base, "a3m", ".ffindex", a3m_index_filename); in HHblitsDatabase()
102 buildDatabaseName(base, "hhm", ".ffdata", hhm_data_filename); in HHblitsDatabase()
103 buildDatabaseName(base, "hhm", ".ffindex", hhm_index_filename); in HHblitsDatabase()
247 buildDatabaseName(base, "ca3m", ".ffdata", ca3m_data_filename); in checkAndBuildCompressedDatabase()
248 buildDatabaseName(base, "ca3m", ".ffindex", ca3m_index_filename); in checkAndBuildCompressedDatabase()
250 buildDatabaseName(base, "sequence", ".ffdata", sequence_data_filename); in checkAndBuildCompressedDatabase()
251 buildDatabaseName(base, "sequence", ".ffindex", sequence_index_filename); in checkAndBuildCompressedDatabase()
253 buildDatabaseName(base, "header", ".ffdata", header_data_filename); in checkAndBuildCompressedDatabase()
254 buildDatabaseName(base, "header", ".ffindex", header_index_filename); in checkAndBuildCompressedDatabase()
268 buildDatabaseName(base, "hhm", ".ffdata", hhm_data_filename); in checkAndBuildCompressedDatabase()
269 buildDatabaseName(base, "hhm", ".ffindex", hhm_index_filename); in checkAndBuildCompressedDatabase()