Home
last modified time | relevance | path

Searched refs:down_file (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Drunit.py585 down_file = os.path.join(svc_realpath, "down")
590 if os.path.exists(down_file):
592 os.unlink(down_file)
603 log.trace("need a temporary file %s", down_file)
604 if not os.path.exists(down_file):
621 os.unlink(down_file)
638 if (not start) and os.path.exists(down_file):
640 os.unlink(down_file)
676 down_file = os.path.join(svc_realpath, "down")
681 if not os.path.exists(down_file):
[all …]
H A Ddaemontools.py238 down_file = os.path.join(SERVICE_DIR, name, "down")
243 and not os.path.isfile(down_file)
/dports/net/p5-Net-Google-Code/Net-Google-Code-0.19/t/
H A D10.downloads.t12 my $down_file = "$Bin/sample/10.download.html";
14 my $download_content = read_file($down_file);
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/misc/
H A Dwebservice.py55 down_file = os.path.join(downloaddir.name, filename)
61 ocrmypdf_args = ["ocrmypdf", *cmd_args, up_file, down_file]
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dhttp.c226 cnzFree(g->down_file); in i_get_free()
229 g->down_file = 0; in i_get_free()
310 setError(MSG_NoWrite2, g->down_file); in eb_curl_callback()
312 i_printf(MSG_NoWrite2, g->down_file); in eb_curl_callback()
993 truncate0(g->down_file, g->down_fd); in httpConnect()
1360 job = allocMem(sizeof(struct BG_JOB) + strlen(g.down_file)); in httpConnectBack1()
1362 strcpy(job->file, g.down_file); in httpConnectBack1()
1363 job->file2 = g.down_file2 - g.down_file; in httpConnectBack1()
1935 cnzFree(g->down_file); in ftpConnect()
1936 g->down_file = 0; in ftpConnect()
[all …]
H A Deb.h212 const char *down_file; /* downloading filename */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_storage.cpp2303 CSrvRef<SNCDBFileInfo> down_file = s_GetDBFileTry(down_coord.file_id); in WriteBlobInfo() local
2304 if (down_file.IsNull()) { in WriteBlobInfo()
2310 SFileIndexRec* down_ind = s_GetIndexRecTry(down_file, down_coord.rec_num); in WriteBlobInfo()
4008 CSrvRef<SNCDBFileInfo> down_file = s_GetDBFileTry(down_coord.file_id); in x_MoveRecord() local
4009 if (down_file.IsNull()) { in x_MoveRecord()
4012 SFileIndexRec* down_ind = s_GetIndOrDeleted(down_file, down_coord.rec_num); in x_MoveRecord()
4013 if (s_IsIndexDeleted(down_file, down_ind)) in x_MoveRecord()