Home
last modified time | relevance | path

Searched refs:tar_path (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/lxc/
Dbase_image.py138 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/
Dbluetooth_audio_test_data.py95 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/
Dbluetooth_device.py1248 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/
Dbluetooth_facade_native.py2645 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)