Searched refs:tmp_dir_name (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | push_to_device.py | 257 dir_name = os.path.join(e.tmp_dir_name, 'system/lib/arm') 262 os.path.join(e.tmp_dir_name, 'system/bin/houdini'), 266 os.path.join(e.tmp_dir_name, 271 lib.util.check_call(shift_uid_py_path, e.tmp_dir_name, sudo=True) 284 lib.util.check_call(shift_uid_py_path, e.tmp_dir_name, 892 self.tmp_dir_name = tempfile.mkdtemp() 901 self.tmp_dir_name, self._image_path, sudo=True) 907 self._mount_wrapper = MountWrapper(self._image_path, self.tmp_dir_name) 918 self._mksquashfs_path, self.tmp_dir_name, self._image_path, 927 lib.util.check_call('rm', '-rf', self.tmp_dir_name, sudo=True) [all …]
|
/external/lz4/tests/ |
D | test-lz4-versions.py | 19 tmp_dir_name = 'tests/versionsTest' variable 58 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest
|