Home
last modified time | relevance | path

Searched refs:bloomPath (Results 1 – 5 of 5) sorted by relevance

/dports/biology/abyss/abyss-2.3.1/Bloom/
H A DHashAgnosticCascadingBloom.h57 HashAgnosticCascadingBloom(const string& bloomPath) { loadFilter(bloomPath); } in HashAgnosticCascadingBloom() argument
153 void loadFilter(const string& bloomPath) in loadFilter() argument
156 BloomFilter* bloom = new BloomFilter(bloomPath); in loadFilter()
H A Dbloom.cc1049 string bloomPath(argv[optind]); in graph() local
1053 cerr << "Loading main Bloom filter from `" << bloomPath << "'..." << endl; in graph()
1055 HashAgnosticCascadingBloom bloom(bloomPath); in graph()
1311 string bloomPath(argv[optind++]); in trim() local
1313 cerr << "Loading bloom filter from `" << bloomPath << "'...\n"; in trim()
1316 istream* in = openInputStream(bloomPath); in trim()
1317 assert_good(*in, bloomPath); in trim()
1319 assert_good(*in, bloomPath); in trim()
/dports/biology/abyss/abyss-2.3.1/BloomDBG/
H A Dbloom-dbg.cc306 assert(!params.bloomPath.empty()); in prebuiltBloomAssembly()
308 cerr << "Loading prebuilt Bloom filter from `" << params.bloomPath << "'" << endl; in prebuiltBloomAssembly()
311 CountingBloomFilterType bloom(params.bloomPath, params.minCov); in prebuiltBloomAssembly()
412 arg >> params.bloomPath; in main()
482 if (params.bloomPath.empty() && params.bloomSize == 0) { in main()
487 if (params.bloomPath.empty() && params.k == 0) { in main()
548 else if (!params.bloomPath.empty()) in main()
H A DAssemblyParams.h43 std::string bloomPath; member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/pruner/
H A Dpruner.go115 ….Tree, root common.Hash, maindb ethdb.Database, stateBloom *stateBloom, bloomPath string, middleSt…
205 os.RemoveAll(bloomPath)