Searched refs:tempfile (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/
H A Ddoxygen-wrapper.py29 import tempfile
63 doxyfile = tempfile.NamedTemporaryFile(mode='w', delete=False)
/xsrc/external/mit/freetype/dist/src/tools/
H A Dmake_distribution_archives.py12 import tempfile
114 build_dir = tempfile.mkdtemp(prefix="freetype-dist-")
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlower_precision_test.py24 import tempfile
2281 with tempfile.NamedTemporaryFile(mode='wt', suffix='.frag') as source_file:
/xsrc/external/mit/brotli/dist/python/tests/
H A D_test_utils.py8 import tempfile
50 TEMP_DIR = tempfile.mkdtemp()
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py31 import tempfile
84 fd, tmpfile = tempfile.mkstemp()
145 fd, tmpfile = tempfile.mkstemp()
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_calendar_entries_test.py30 import tempfile
43 with tempfile.TemporaryDirectory() as d:
158 with tempfile.TemporaryDirectory() as d:
/xsrc/external/mit/xman/dist/
H A Dhandler.c315 if (man_globals->tempfile[0] == '\0')
324 man_globals->tempfile, man_globals->save_file);
327 man_globals->tempfile, man_globals->save_file);
330 man_globals->tempfile, man_globals->save_file);
361 remove(man_globals->tempfile);
H A Dmisc.c60 const char *filename, const char *tempfile);
556 strcpy(man_globals->tempfile, tmp);
562 filename, FORMAT, man_globals->tempfile, "2> /dev/null");
565 if (!ConstructCommand(cmdbuf, path, filename, man_globals->tempfile)) {
586 remove(man_globals->tempfile);
600 remove(man_globals->tempfile);
613 remove(man_globals->tempfile);
634 * tempfile - the name of a temporary file to direct the final
641 const char *filename, const char *tempfile)
646 filename, tempfile);
640 ConstructCommand(char * cmdbuf,const char * path,const char * filename,const char * tempfile) argument
[all...]
H A Dman.h156 char tempfile[80]; /* the name of the file to copy the formatted member in struct:_ManpageGlobals
162 Boolean deletetempfile; /* Need to delete tempfile when done? */
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dglsl_scraper.py12 import tempfile
85 in_file = tempfile.NamedTemporaryFile(suffix='.'+stage)
89 out_file = tempfile.NamedTemporaryFile(suffix='.spirv')
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py28 import tempfile
45 return tempfile.mkdtemp(suffix)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py27 import tempfile
44 return tempfile.mkdtemp(suffix)
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
H A DXspice22 import tempfile
214 temp_dir = tempfile.mkdtemp(prefix="Xspice-")
278 temp_dir = tempfile.mkdtemp(prefix="Xspice-")
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dgallium.py41 import tempfile
134 source = tempfile.NamedTemporaryFile(suffix='.c', delete=False)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py31 import tempfile
132 default=os.path.join(tempfile.gettempdir(), datetime.now().strftime('%Y-%m-%d-%H-%M-%S')))

Completed in 21 milliseconds