Searched refs:_tmpdir (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/ |
D | hardware_DiskFirmwareUpgrade.py | 79 self._tmpdir = self._client.get_tmp_dir() 81 self._tmpdir) 85 disk_firmware_package=os.path.join(self._tmpdir, p),
|
/external/autotest/client/bin/ |
D | display_chart.py | 45 self._tmpdir = tempfile.mkdtemp(prefix='chart_fifo_', dir='/tmp') 46 self._path = os.path.join(self._tmpdir, 'fifo') 64 os.rmdir(self._tmpdir)
|
/external/crosvm/cros_async/src/sys/windows/ |
D | overlapped_source.rs | 446 let (file_path, _tmpdir) = tempfile_path(); in test_read_vec() 466 let (file_path, _tmpdir) = tempfile_path(); in test_read_mem() 500 let (file_path, _tmpdir) = tempfile_path(); in test_write_vec() 524 let (file_path, _tmpdir) = tempfile_path(); in test_write_mem() 563 let (file_path, _tmpdir) = tempfile_path(); in test_punch_holes() 596 let (file_path, _tmpdir) = tempfile_path(); in test_punch_holes_fail_out_of_bounds()
|
D | io_completion_port.rs | 329 let (file_path, _tmpdir) = tempfile_path(); in basic_iocp_test() 344 let (file_path, _tmpdir) = tempfile_path(); in basic_iocp_test_poll_ex()
|
/external/autotest/client/common_lib/ |
D | base_job.py | 880 self._tmpdir = readwrite_dir(tempfile.gettempdir()) 882 self._tmpdir = readwrite_dir(root, 'tmp')
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 646 def _tmpdir(self): member in easy_install 655 with self._tmpdir() as tmpdir:
|