Home | History | Annotate | Download | only in devlib

Lines Matching refs:_extract_archive

601                 return self._extract_archive(path, 'tar xf {} -C {}', dest)
609 return self._extract_archive(path, 'unzip {} -d {}', dest)
654 def _extract_archive(self, path, cmd, dest=None):