Home
last modified time | relevance | path

Searched refs:mkdtemp (Results 1 – 25 of 46) sorted by relevance

12

/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dupdate_device_ota_tool_test.py53 with mock.patch('tempfile.mkdtemp') as mkdtemp, (
56 mkdtemp.return_value = ''
71 with mock.patch('tempfile.mkdtemp') as mkdtemp, (
74 mkdtemp.return_value = ''
78 self.assertTrue(mkdtemp.called)
/tools/acloud/internal/lib/
Dutils_test.py74 tempfile.mkdtemp.assert_called_once() # pylint: disable=no-member
92 tempfile.mkdtemp.assert_called_once() # pylint: disable=no-member
111 tempfile.mkdtemp.assert_called_once() #pylint: disable=no-member
127 tempfile.mkdtemp.assert_called_once() #pylint: disable=no-member
148 tempfile.mkdtemp.assert_called_once() #pylint: disable=no-member
Dota_tools_test.py78 self._temp_dir = tempfile.mkdtemp()
/tools/treble/build/sandbox/
Doverlay_test.py34 self.source_dir = tempfile.mkdtemp()
35 self.destination_dir = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py102 mkdtemp, argument
106 mkdtemp.return_value = compiler_out
/tools/asuite/aidegen/lib/
Dproject_info_unittest.py154 test_root_path = os.path.join(tempfile.mkdtemp(), 'test')
198 test_root_path = os.path.join(tempfile.mkdtemp(), 'test')
Dconfig_unittest.py39 AidegenConfigUnittests._TMP_DIR = tempfile.mkdtemp()
342 IdeaPropertiesUnittests._CONFIG_DIR = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
Dupdate_device_ota_tool.py37 self.unzip_path = tempfile.mkdtemp()
/tools/external_updater/
Darchive_utils.py111 temporary_dir = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/tests/
Dacts_test_runner_test.py38 self.tmp_dir = tempfile.mkdtemp()
Dtest_suite.py55 output_dir = tempfile.mkdtemp()
Dacts_proto_utils_test.py44 self.tmp_dir = tempfile.mkdtemp()
Dtest_runner_test.py31 self.tmp_dir = tempfile.mkdtemp()
/tools/asuite/atest/
Datest_integration_tests.py127 return tempfile.mkdtemp(prefix=prefix)
/tools/repohooks/rh/
Dconfig_unittest.py43 self.tempdir = tempfile.mkdtemp()
/tools/tradefederation/core/atest/
Datest_integration_tests.py127 return tempfile.mkdtemp(prefix=prefix)
Datest_unittest.py284 tmp_dir = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/acts/libs/uicd/
Duicd_cli.py53 self._uicd_path = tempfile.mkdtemp(prefix='uicd')
/tools/acloud/setup/
Dgoogle_sdk.py168 self._tmp_path = tempfile.mkdtemp(prefix="gcloud")
Dhost_setup_runner.py142 cf_common_path = os.path.join(tempfile.mkdtemp(), _CF_COMMOM_FOLDER)
/tools/asuite/aidegen/idea/
Dxml_gen_unittest.py50 XMLGenUnittests._TEST_DIR = tempfile.mkdtemp()
Diml_unittest.py39 IMLGenUnittests._TEST_DIR = tempfile.mkdtemp()
/tools/repohooks/tools/
Dandroid_test_mapping_format_unittest.py191 self.tempdir = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/acts/metrics/
Dlogger.py138 compiler_out = tempfile.mkdtemp()
/tools/test/connectivity/acts/framework/tests/libs/
Dversion_selector_test.py111 cls.tmp_dir = tempfile.mkdtemp()

12