Searched refs:TMPDIR (Results 1 – 3 of 3) sorted by relevance
| /test/py/tests/ |
| A D | test_sandbox_opts.py | 10 TMPDIR = '/tmp/test_cmdline' variable 19 '-a', '~CMDLINE', '-o', TMPDIR]) 28 '-a', '~LTO', '-o', TMPDIR])
|
| A D | test_kconfig.py | 10 TMPDIR = '/tmp/test_kconfig' variable 20 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True) 32 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True)
|
| A D | test_trace.py | 12 TMPDIR = '/tmp/test_trace' variable 67 fname = os.path.join(TMPDIR, 'trace') 309 if not os.path.exists(TMPDIR): 310 os.mkdir(TMPDIR) 313 trace_dat = os.path.join(TMPDIR, 'trace.dat') 314 trace_fg = os.path.join(TMPDIR, 'trace.fg')
|
Completed in 20 milliseconds