Searched refs:tar_path (Results 1 – 4 of 4) sorted by relevance
/external/autotest/site_utils/lxc/ |
D | base_image.py | 138 tar_path = os.path.join(self.container_path, 147 path_to_cleanup = [tar_path, base_path] 152 lxc.download_extract(container_url, tar_path, self.container_path) 154 utils.run('sudo rm "%s"' % tar_path)
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_audio_test_data.py | 95 def extract_tarball(dir, tar_path, verify_extraction): argument 105 extract_cmd = 'tar -xf {0} -C {1}'.format(tar_path, dir) 112 timeout=DOWNLOAD_TIMEOUT, desc='Extracting {}'.format(tar_path))
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 1248 def unzip_audio_test_data(self, tar_path, data_dir): argument 1256 return self._proxy.unzip_audio_test_data(tar_path, data_dir)
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 2645 def unzip_audio_test_data(self, tar_path, data_dir): argument 2658 os.path.split(tar_path)[1].split('.', 1)[0]) 2660 unzip_cmd = 'tar -xf {0} -C {1}'.format(tar_path, data_dir)
|