Searched refs:tempfile (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | doxygen-wrapper.py | 29 import tempfile 63 doxyfile = tempfile.NamedTemporaryFile(mode='w', delete=False)
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | make_distribution_archives.py | 12 import tempfile 114 build_dir = tempfile.mkdtemp(prefix="freetype-dist-")
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | lower_precision_test.py | 24 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.py | 8 import tempfile 50 TEMP_DIR = tempfile.mkdtemp()
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | glcpp_test.py | 31 import tempfile 84 fd, tmpfile = tempfile.mkstemp() 145 fd, tmpfile = tempfile.mkstemp()
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_calendar_entries_test.py | 30 import tempfile 43 with tempfile.TemporaryDirectory() as d: 158 with tempfile.TemporaryDirectory() as d:
|
| /xsrc/external/mit/xman/dist/ |
| H A D | handler.c | 315 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 D | misc.c | 60 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 D | man.h | 156 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 D | glsl_scraper.py | 12 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 D | gen_common.py | 28 import tempfile 45 return tempfile.mkdtemp(suffix)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_common.py | 27 import tempfile 44 return tempfile.mkdtemp(suffix)
|
| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| H A D | Xspice | 22 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 D | gallium.py | 41 import tempfile 134 source = tempfile.NamedTemporaryFile(suffix='.c', delete=False)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/ |
| H A D | radeonsi-run-tests.py | 31 import tempfile 132 default=os.path.join(tempfile.gettempdir(), datetime.now().strftime('%Y-%m-%d-%H-%M-%S')))
|
Completed in 21 milliseconds