Home
last modified time | relevance | path

Searched refs:hash_filename (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dtransfer.cpp63 std::string hash_filename;
64 hash_filename.assign(metaprefix);
65 hash_filename.append(".mhash");
90 …hashtree_ = (HashTree *)new MmapHashTree(storage_,root_hash,chunk_size,hash_filename,force_check_d…
102 …hashtree_ = (HashTree *)new ZeroHashTree(storage_,root_hash,chunk_size,hash_filename,binmap_filena…
H A Dzerohashtree.cpp30 …shTree(Storage *storage, const Sha1Hash& root_hash, uint32_t chunk_size, std::string hash_filename, in ZeroHashTree() argument
39 hash_fd_ = open_utf8(hash_filename.c_str(),ROOPENFLAGS,S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in ZeroHashTree()
H A Dhashtree.h176 … std::string hash_filename="", bool force_check_diskvshash=true, std::string binmap_filename="");
277 std::string hash_filename=NULL, std::string binmap_filename=NULL);
H A Dapi.cpp752 std::string hash_filename; in HashCheckOffline() local
753 hash_filename.assign(filename); in HashCheckOffline()
754 hash_filename.append(".mhash"); in HashCheckOffline()
760 …MmapHashTree *hashtree_ = new MmapHashTree(storage_,Sha1Hash::ZERO,chunk_size,hash_filename,true,b… in HashCheckOffline()
H A Dhashtree.cpp93 …shTree(Storage *storage, const Sha1Hash& root_hash, uint32_t chunk_size, std::string hash_filename, in MmapHashTree() argument
96 …peak_count_(0), hash_fd_(-1), hash_filename_(hash_filename), size_(0), sizec_(0), complete_(0), co… in MmapHashTree()
112 int64_t mhash_size = file_size_by_path_utf8(hash_filename); in MmapHashTree()
H A Dswarmmanager.cpp310 std::string hash_filename = swarm.filename_; in AddSwarm() local
311 hash_filename.append(".mhash"); in AddSwarm()
314 int64_t mhash_size = file_size_by_path_utf8(hash_filename); in AddSwarm()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/fuchsia/
H A Dupdate_sdk.py37 hash_filename = os.path.join(output_dir, '.hash')
38 if os.path.exists(hash_filename):
39 with open(hash_filename, 'r') as f:
58 with open(hash_filename, 'w') as f:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/fuchsia/
H A Dupdate_sdk.py37 hash_filename = os.path.join(output_dir, '.hash')
38 if os.path.exists(hash_filename):
39 with open(hash_filename, 'r') as f:
58 with open(hash_filename, 'w') as f:
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/fuchsia/
H A Dupdate_sdk.py37 hash_filename = os.path.join(output_dir, '.hash')
38 if os.path.exists(hash_filename):
39 with open(hash_filename, 'r') as f:
58 with open(hash_filename, 'w') as f:
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/fuchsia/
H A Dupdate_sdk.py37 hash_filename = os.path.join(output_dir, '.hash')
38 if os.path.exists(hash_filename):
39 with open(hash_filename, 'r') as f:
58 with open(hash_filename, 'w') as f:
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/tools/utils/
H A Dpackage_images.py93 def gen_md5(files_list, hash_filename=""): argument
110 with open(hash_filename, 'a') as hash_file:
116 def gen_sha256(files_list, hash_filename=None, manifest_fn="", repo_and_hash=""): argument
119 if hash_filename is None:
120 hash_filename = "hashes.txt"
126 with open(hash_filename, 'a') as hash_file:
211 gen_sha256(sha_filenames, hash_filename="hashes.txt",
/dports/www/ilias/ILIAS-5.4.25/Services/FileDelivery/classes/
H A DDelivery.php87 private $hash_filename = false; variable in ILIAS\\FileDelivery\\Delivery
519 return $this->hash_filename;
524 * @param boolean $hash_filename
526 public function setHashFilename($hash_filename) argument
528 $this->hash_filename = $hash_filename;
/dports/www/ilias6/ILIAS-6.14/Services/FileDelivery/classes/
H A DDelivery.php88 private $hash_filename = false; variable in ILIAS\\FileDelivery\\Delivery
520 return $this->hash_filename;
525 * @param boolean $hash_filename
527 public function setHashFilename($hash_filename) argument
529 $this->hash_filename = $hash_filename;
/dports/misc/libpostal/libpostal-1.1-alpha/src/sparkey/
H A Dhashreader.c32 sparkey_returncode sparkey_hash_open(sparkey_hashreader **reader_ref, const char *hash_filename, co… in sparkey_hash_open() argument
42 TRY(sparkey_load_hashheader(&reader->header, hash_filename), free_reader); in sparkey_hash_open()
61 reader->fd = open(hash_filename, O_RDONLY); in sparkey_hash_open()
71 stat(hash_filename, &s); in sparkey_hash_open()
H A Dhashwriter.c315 static sparkey_returncode fill_hash(uint8_t *hashtable, const char *hash_filename, sparkey_hashhead… in fill_hash() argument
316 int fd = open(hash_filename, O_RDONLY); in fill_hash()
353 sparkey_returncode sparkey_hash_write(const char *hash_filename, const char *log_filename, int hash… in sparkey_hash_write() argument
374 returncode = sparkey_load_hashheader(&old_header, hash_filename); in sparkey_hash_write()
450 TRY(fill_hash(hashtable, hash_filename, &old_header, &hash_header), free_hashtable); in sparkey_hash_write()
490 if (remove(hash_filename) < 0) { in sparkey_hash_write()
497 int fd = creat(hash_filename, 00644); in sparkey_hash_write()
H A Dsparkey.h593 sparkey_returncode sparkey_hash_write(const char *hash_filename, const char *log_filename, int hash…
603 sparkey_returncode sparkey_hash_open(sparkey_hashreader **reader, const char *hash_filename, const …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipes/
H A Dtest.py54 hash_filename = 'uninteresting_hashes.txt'
56 host_hashes_file = api.vars.tmp_dir.join(hash_filename)
58 api.flavor.device_dirs.tmp_dir, hash_filename)
/dports/multimedia/pHash/pHash-0.9.6/bindings/java/
H A DpHash-jni.cpp41 jfieldID hash_filename = NULL; variable
181 jstring fname = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_create()
309 jstring hashStr = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_query()
378 e->SetObjectField(obj, hash_filename, id); in Java_org_phash_MVPTree_query()
457 jstring hashStr = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_add()
551 hash_filename = e->GetFieldID(e->FindClass("org/phash/Hash"), "filename", "Ljava/lang/String;"); in Java_org_phash_pHash_pHashInit()
665 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_dctImageHash()
686 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_mhImageHash()
710 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_radialImageHash()
761 e->SetObjectField(videoHash, hash_filename, f); in Java_org_phash_pHash_videoHash()
[all …]
/dports/multimedia/php-pHash/pHash-0.9.6/bindings/java/
H A DpHash-jni.cpp41 jfieldID hash_filename = NULL; variable
181 jstring fname = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_create()
309 jstring hashStr = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_query()
378 e->SetObjectField(obj, hash_filename, id); in Java_org_phash_MVPTree_query()
457 jstring hashStr = (jstring)e->GetObjectField(hashObj, hash_filename); in Java_org_phash_MVPTree_add()
551 hash_filename = e->GetFieldID(e->FindClass("org/phash/Hash"), "filename", "Ljava/lang/String;"); in Java_org_phash_pHash_pHashInit()
665 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_dctImageHash()
686 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_mhImageHash()
710 e->SetObjectField(imageHash, hash_filename, f); in Java_org_phash_pHash_radialImageHash()
761 e->SetObjectField(videoHash, hash_filename, f); in Java_org_phash_pHash_videoHash()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/fuchsia/
H A Dlocal-sdk.py159 hash_filename = os.path.join(sdk_output_dir, '.hash')
160 with open(hash_filename, 'w') as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/fuchsia/
H A Dlocal-sdk.py167 hash_filename = os.path.join(sdk_output_dir, '.hash')
168 with open(hash_filename, 'w') as f:
/dports/security/hashcat/hashcat-6.2.5/src/
H A Ddictstat.c20 const int rc_hash = memcmp (d1->hash_filename, d2->hash_filename, 16); in sort_by_dictstat()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/crypto/
H A Dfile_integrity.py144 self.hash_filename(filename)
150 def hash_filename(self, filename=None): member in IntegrityCheckedFile
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/UpdaterCommon/
H A DUpdaterCommon.cpp231 std::string hash_filename = HexEncode(download.hash.data(), download.hash.size()); in DownloadContent() local
234 if (File::Exists(temp_path + DIR_SEP + hash_filename)) in DownloadContent()
242 std::string content_store_path = hash_filename; in DownloadContent()
270 const std::string out = temp_path + DIR_SEP + hash_filename; in DownloadContent()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dgeodb_builder.c520 char *hash_filename = strdup(char_array_get_string(path)); in geodb_builder_finalize() local
532 if ((sparkey_hash_write(hash_filename, log_filename, 0)) != SPARKEY_SUCCESS) { in geodb_builder_finalize()
534 free(hash_filename); in geodb_builder_finalize()
539 free(hash_filename); in geodb_builder_finalize()

12