Searched refs:tarfile (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | gen_kheaders.sh | 9 tarfile=$1 10 cpio_dir=$outdir/$tarfile.tmp 51 if [ -f $tarfile ]; then tarfile_md5="$(md5sum $tarfile | cut -d ' ' -f1)"; fi 60 echo " GEN $tarfile" 91 -I $XZ -cf $tarfile -C $cpio_dir/ -T - > /dev/null 95 echo "$(md5sum $tarfile | cut -d ' ' -f1)" >> kernel/kheaders.md5
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/ |
| H A D | 0001-bluepy-Fix-username-issue-with-tarballs.patch | 25 .PHONY: bluez-tarfile 27 bluez-tarfile:
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | export.py | 11 import tarfile 81 with tarfile.open(name, 'w:gz') as tar:
|
| H A D | import.py | 10 import tarfile 33 with tarfile.open(args.file) as tar:
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | toolchain.py | 549 tmpdir, tarfile = self.Download(url) 550 if not tarfile: 554 path = self.Unpack(tarfile, dest) 555 os.remove(tarfile)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/ |
| H A D | 0001-smem-fix-support-for-source-option-python3.patch | 23 python3's tarfile returns bytes, whereas all of the rest of 26 Fix the tarfile usage to convert to str before returning the
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/ |
| H A D | test.py | 5 import tarfile 87 tar = tarfile.open(download_file)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testexport.bbclass | 168 import tarfile 177 tar = tarfile.open(tar_path, "w:gz")
|
| H A D | create-spdx.bbclass | 415 import tarfile 423 with tarfile.open(fileobj=f, mode=mode + "|") as tf: 884 import tarfile 958 with tarfile.open(fileobj=f, mode="w|") as tar: 1012 info = tarfile.TarInfo()
|
| H A D | archiver.bbclass | 406 import tarfile 426 tar = tarfile.open(tarname, 'w:%s' % compression_method)
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scanpypi | 14 import tarfile 271 with tarfile.open(fileobj=as_file) as as_tarfile: 684 except (tarfile.ReadError, zipfile.BadZipfile):
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 20 import tarfile 778 tf = tarfile.open(path, 'r:*') 781 except tarfile.ReadError as error:
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | image-manifest | 18 import tarfile 437 with tarfile.open(None, "w:gz", f) as tar:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 14 import tarfile 653 archive = tarfile.open(os.path.join(self.dldir, self.recipe_tarball))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 7422 -rw-r--r-- root root 62519 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.opt-… 7423 -rw-r--r-- root root 48629 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.opt-… 7424 -rw-r--r-- root root 62550 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.pyc 7652 -rwxr-xr-x root root 93575 ./usr/lib/python3.8/tarfile.py
|
| H A D | buildhistory_filelist2.txt | 7424 -rw-r--r-- root root 62519 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.opt-… 7425 -rw-r--r-- root root 48629 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.opt-… 7426 -rw-r--r-- root root 62550 ./usr/lib/python3.8/__pycache__/tarfile.cpython-38.pyc 7654 -rwxr-xr-x root root 93575 ./usr/lib/python3.8/tarfile.py
|