Home
last modified time | relevance | path

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

/dports/sysutils/jdupes/jdupes-1.19.2/
H A Dstupid_dupes.sh104 get_filehash () { function
139 test "${PHASH[$1]}" = "NULL" && get_filehash partial "$1"
141 test "${PHASH[$2]}" = "NULL" && get_filehash partial "$2"
150 test "{$FHASH[$1]}" = "NULL" && get_filehash full "$1"
152 test "{$FHASH[$2]}" = "NULL" && get_filehash full "$2"
H A Djdupes.c1152 static jdupes_hash_t *get_filehash(const file_t * const restrict checkfile, function
1351 filehash = get_filehash(tree->file, PARTIAL_HASH_SIZE);
1359 filehash = get_filehash(file, PARTIAL_HASH_SIZE);
1395 filehash = get_filehash(tree->file, 0);
1403 filehash = get_filehash(file, 0);
/dports/www/buku/buku-4.6/tests/
H A Dtest_BukuCrypt.py16 res = BukuCrypt.get_filehash(test_file)
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dfileid.h120 const FileHash & get_filehash() const { return hash; } in get_filehash() function
251 const Fileidset & get_identical_files() const { return identical_files[i2d[id].get_filehash()]; } in get_identical_files()
/dports/www/buku/buku-4.6/
H A Dbuku.py125 def get_filehash(filepath): member in BukuCrypt
203 dbhash = BukuCrypt.get_filehash(dbfile)
333 dbhash = BukuCrypt.get_filehash(dbfile)