Searched refs:filename_hash (Results 1 – 2 of 2) sorted by relevance
311 UInt filename_hash; in CLG_() local314 filename_hash = str_hash(filename, N_FILE_ENTRIES); in CLG_()315 curr_file_node = curr_obj_node->files[filename_hash]; in CLG_()321 curr_obj_node->files[filename_hash] = curr_file_node = in CLG_()323 curr_obj_node->files[filename_hash]); in CLG_()
376 std::string filename_hash, location_hash; in Match() local377 GenerateHash(base::WideToUTF8(module.name), &filename_hash); in Match()381 if (filename_hash == blacklisted.filename && in Match()