Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py22 import tempfile namespace
105 return os.path.join(tempfile.gettempdir(), getpass.getuser())
107 return tempfile.gettempdir()
H A Dutils.py36 from tempfile import NamedTemporaryFile
182 import tempfile namespace
183 out_temp = tempfile.SpooledTemporaryFile(max_size=10 * 1000)
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py22 import tempfile namespace
126 long_command_path = tempfile.mkdtemp(
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py28 import tempfile namespace
1480 temp_dir = tempfile.gettempdir()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py29 from tempfile import TemporaryDirectory
30 from tempfile import NamedTemporaryFile

Completed in 8 milliseconds