Home
last modified time | relevance | path

Searched refs:hash_fname (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/scripts/
H A Drun_code_generation.py181 hash_fname = os.path.join(hash_dir, file)
182 with open(hash_fname) as hash_file:
183 hashes[file] = json.load(open(hash_fname))
247 hash_fname = os.path.join(hash_dir, fname)
250 open(hash_fname, "w"),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/scripts/
H A Drun_code_generation.py183 hash_fname = os.path.join(hash_dir, file)
184 with open(hash_fname) as hash_file:
185 hashes[file] = json.load(open(hash_fname))
247 hash_fname = os.path.join(hash_dir, fname)
250 open(hash_fname, "w"),
/dports/mail/dovecot/dovecot-2.3.17/src/lib-fs/
H A Dfs-sis.c185 const char *hash_fname; in fs_sis_replace_hash_file() local
206 hash_fname = strrchr(file->hash_path, '/'); in fs_sis_replace_hash_file()
207 if (hash_fname == NULL) in fs_sis_replace_hash_file()
208 hash_fname = file->hash_path; in fs_sis_replace_hash_file()
211 (hash_fname-file->hash_path) + 1); in fs_sis_replace_hash_file()
212 hash_fname++; in fs_sis_replace_hash_file()
215 super_fs->set.temp_file_prefix, hash_fname); in fs_sis_replace_hash_file()
/dports/comms/wsjtz/wsjtx/lib/wsprd/
H A Dwsprd.c744 char timer_fname[200],hash_fname[200]; in main() local
907 strcpy(hash_fname,"."); in main()
913 strncpy(hash_fname,data_dir, sizeof hash_fname); in main()
919 strncat(hash_fname,"/hashtable.txt",20); in main()
983 if( (fhash=fopen(hash_fname,"r+")) ) { in main()
991 fhash=fopen(hash_fname,"w+"); in main()
1559 fhash=fopen(hash_fname,"w"); in main()