Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/circuit_viewer/test/
H A Dtest_viewer.py21 import tempfile namespace
39 temp_image_file = os.path.join(tempfile.gettempdir(), "test.png")
/arkcompiler/runtime_core/static_core/scripts/cmake-checker/
H A Dcmake_checker.py27 import tempfile namespace
102 temp_dir = tempfile.mkdtemp(dir=directory)
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
H A Drun_benchmark.py20 import tempfile namespace
118 fp = tempfile.NamedTemporaryFile()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Drun_benchmark.py20 import tempfile namespace
120 fp = tempfile.NamedTemporaryFile()
/arkcompiler/runtime_core/static_core/scripts/code_style/
H A Dclang_tidy_rename.py26 import tempfile namespace
50 fname_fix_patch = tempfile.mkstemp(
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
H A Des2panda.py23 from tempfile import mkstemp
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dshell.py27 from tempfile import mktemp

Completed in 3 milliseconds