Searched defs:autotemp (Results 1 - 25 of 30) sorted by relevance

12

/external/autotest/client/common_lib/
H A Dautotemp_unittest.py5 from autotest_lib.client.common_lib import autotemp namespace
11 temp = autotemp.tempfile(unique_id='file')
16 temp = autotemp.tempfile(unique_id='clean')
25 tmp_file = autotemp.tempfile(unique_id='del')
35 temp_dir = autotemp.tempdir(unique_id='dir')
41 temp_dir = autotemp.tempdir(unique_id='clean')
49 temp_dir = autotemp.tempdir(unique_id='del')
H A Dcontrol_data_unittest.py9 from autotest_lib.client.common_lib import control_data, autotemp namespace
34 self.control_tmp = autotemp.tempfile(unique_id='control_unit',
64 self.control_tmp = autotemp.tempfile(unique_id='control_unit',
H A Dglobal_config_unittest.py9 from autotest_lib.client.common_lib import autotemp namespace
60 global_temp = autotemp.tempfile("global", ".ini", text=True)
63 moblab_temp = autotemp.tempfile("moblab", ".ini", text=True)
66 shadow_temp = autotemp.tempfile("shadow", ".ini", text=True)
/external/autotest/client/bin/
H A Dsite_sysinfo_unittest.py12 from autotest_lib.client.common_lib import autotemp namespace
21 self.tempdir = autotemp.tempdir(unique_id='diffable_logdir')
H A Dharness_autoserv.py2 from autotest_lib.client.common_lib import autotemp, base_packages, error namespace
52 fifo_dir = autotemp.tempdir(suffix='-fifo', unique_id='harness',
H A Dlocal_host_unittest.py7 from autotest_lib.client.common_lib import autotemp namespace
16 self.tmpdir = autotemp.tempdir(unique_id='localhost_unittest')
/external/autotest/client/site_tests/desktopui_FontCache/
H A Ddesktopui_FontCache.py7 from autotest_lib.client.common_lib import autotemp namespace
33 self._new_cache = autotemp.tempdir(unique_id="new-font-cache")
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
H A Dhardware_UsbBasicFileOperations.py8 from autotest_lib.client.common_lib import autotemp, error namespace
25 self._src = autotemp.tempfile(unique_id='tmpfile',
27 self._dst = autotemp.tempfile(unique_id='autotest',
/external/autotest/tko/parsers/test/
H A Dnew_scenario.py25 from autotest_lib.client.common_lib import autotemp namespace
78 tmp_dirpath = autotemp.tempdir(unique_id='new_scenario')
H A Dscenario_base.py8 from autotest_lib.client.common_lib import utils, autotemp namespace
335 tmp_dirpath = autotemp.tempdir(unique_id='scenario_base')
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
H A Dhardware_MultiReaderPowerConsumption.py4 from autotest_lib.client.common_lib import error, autotemp namespace
110 self._ramdisk_path = autotemp.tempdir(unique_id='ramdisk',
/external/autotest/client/site_tests/hardware_Usb30Throughput/
H A Dhardware_Usb30Throughput.py11 from autotest_lib.client.common_lib import autotemp, error namespace
58 self._autosrc = autotemp.tempfile(unique_id='autotest.src',
60 self._autodst = autotemp.tempfile(unique_id='autotest.dst',
/external/autotest/server/cros/
H A Dsonic_extension_downloader.py16 from autotest_lib.client.common_lib import autotemp namespace
96 output_crx_dir = autotemp.tempdir()
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py7 from autotest_lib.client.common_lib import error, autotemp, site_utils namespace
56 temp = autotemp.tempfile(unique_id='vtprompt', text=True)
/external/autotest/cli/
H A Dcli_mock.py13 from autotest_lib.client.common_lib import autotemp namespace
19 file_temp = autotemp.tempfile(unique_id='cli_mock', text=True)
/external/autotest/client/site_tests/login_OwnershipApi/
H A Dlogin_OwnershipApi.py9 from autotest_lib.client.common_lib import autotemp, error namespace
41 self._tempdir = autotemp.tempdir(unique_id=self.__class__.__name__)
/external/autotest/client/site_tests/platform_CrosDisksArchive/
H A Dplatform_CrosDisksArchive.py11 from autotest_lib.client.common_lib import autotemp, error namespace
110 archive_dir = autotemp.tempdir(unique_id='CrosDisks')
/external/autotest/client/site_tests/platform_MetricsUploader/
H A Dplatform_MetricsUploader.py13 from autotest_lib.client.common_lib import autotemp, error, file_utils, utils namespace
98 self._tempdir = autotemp.tempdir()
/external/autotest/server/hosts/
H A Dsonic_host.py25 from autotest_lib.client.common_lib import autotemp namespace
85 tempdir = autotemp.tempdir()
H A Dabstract_ssh.py5 from autotest_lib.client.common_lib import autotemp, error namespace
724 self.master_ssh_tempdir = autotemp.tempdir(
/external/autotest/site_utils/suite_scheduler/
H A Dmanifest_versions.py13 from autotest_lib.client.common_lib import autotemp namespace
107 self._tempdir = autotemp.dummy_dir(tmp_repo_dir)
109 self._tempdir = autotemp.tempdir(unique_id='_suite_scheduler')
/external/autotest/client/cros/
H A Downership.py9 from autotest_lib.client.common_lib import autotemp, error namespace
38 autotemp.tempfile objects don't seem to play nicely with being
42 tempdir = autotemp.tempdir(unique_id='ownership')
H A Dcros_disks.py10 from autotest_lib.client.common_lib import autotemp, error namespace
556 """Removes a temporary file or directory created using autotemp."""
610 self._image_file = autotemp.tempfile(unique_id='fsImage')
705 self._mount_dir = autotemp.tempdir(unique_id='fsImage')
/external/autotest/server/cros/dynamic_suite/
H A Dreporting_utils.py8 from autotest_lib.client.common_lib import autotemp namespace
295 tempdir = autotemp.tempdir()
/external/autotest/utils/
H A Drun_pylint.py20 from autotest_lib.client.common_lib import autotemp, revision_control namespace
387 tempdir = autotemp.tempdir()

Completed in 582 milliseconds

12