Home
last modified time | relevance | path

Searched refs:gscmd (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Drenderer.c73 dstr_t *gscmd, *cmdcopy; in massage_gs_commandline() local
79 gscmd = create_dstr(); in massage_gs_commandline()
80 dstrncpy(gscmd, &cmd->data[start], end - start); in massage_gs_commandline()
87 dstrreplace(gscmd, "-sOutputFile=- ", "-sOutputFile=%stdout ", 0); in massage_gs_commandline()
89 dstrreplace(gscmd, "-sOutputFile=- ", "-sOutputFile=/dev/fd/3 ", 0); in massage_gs_commandline()
95 if (dstrendswith(gscmd, " -")) in massage_gs_commandline()
96 dstrcat(gscmd, "_"); in massage_gs_commandline()
98 dstrreplace(gscmd, " - ", " -_ ", 0); in massage_gs_commandline()
99 dstrreplace(gscmd, " /dev/fd/0", " -_ ", 0); in massage_gs_commandline()
102 dstrreplace(gscmd, " -q ", " ", 0); in massage_gs_commandline()
[all …]
/third_party/skia/tools/skqp/
Dmake_apk_list.py135 gscmd = 'gsutil -h "Content-Type:text/html" cp "%s" gs://skia-skqp/apklist'
136 print(gscmd % path)