Home
last modified time | relevance | path

Searched full:unzip (Results 1 – 23 of 23) sorted by relevance

/build/make/core/
Dsoong_android_app_set.mk23 unzip -pq $$< $(2) >$$@
27 # unzip returns 11 it there was nothing to extract, which is expected,
29 LOCAL_POST_INSTALL_CMD := unzip -qoDD -j -d $(dir $(LOCAL_INSTALLED_MODULE)) \
Djacoco.mk50 unzip -qDD $(PRIVATE_FULL_CLASSES_PRE_JACOCO_JAR) \
58 # shell command after 'unzip'.
59 # We can't just use the '-x' (exclude) option of 'unzip' because if both
61 # inclusions, then 'unzip' exits with an error (error 11).
Djava_prebuilt_internal.mk131 $(hide) unzip -qoDD -d $(dir $@) $<
Dapp_prebuilt_internal.mk83 $(hide) unzip -p $< $(PRIVATE_EXTRACT) >$@
Ddex_preopt_odex_install.mk466 …( unzip -qoDD -d $(PRODUCT_OUT) $(my_dexpreopt_zip) 2>&1 | grep -v "zipfile is empty"; exit $${PIP…
Dmain.mk100 …$(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null…
Ddefinitions.mk2343 unzip -qo $(2) -d $(3) $$(zipinfo -1 $(2) | grep -v -E "\.class$$")
/build/blueprint/.github/workflows/
Dbuild.yml32 unzip ninja-linux.zip
/build/soong/scripts/
Ddiff_build_graphs.sh115 unzip -qq "$zip1" -d "$unzipped1"
116 unzip -qq "$zip2" -d "$unzipped2"
/build/make/tools/docker/
DDockerfile6 …e-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python openjdk-7-j…
/build/soong/ui/build/paths/
Dconfig.go95 "unzip": Allowed,
/build/make/tools/releasetools/
Dimg_from_target_files.py167 # RECOVERY/ and ROOT/. So unzip everything from the target_files.zip.
Dimg_from_target_files167 # RECOVERY/ and ROOT/. So unzip everything from the target_files.zip.
Dcommon.py1941 filename: The name of the zip file to unzip.
1943 patterns: Files to unzip from the archive. If omitted, will unzip the entire
1947 cmd = ["unzip", "-o", "-q", filename, "-d", dirname]
1949 # Filter out non-matching patterns. unzip will complain otherwise.
1955 # There isn't any matching files. Don't unzip anything.
1967 filename: If filename is of the form "foo.zip+bar.zip", unzip foo.zip into
1968 a temp dir, then unzip bar.zip into that_dir/BOOTABLE_IMAGES.
1970 pattern: Files to unzip from the archive. If omitted, will unzip the entire
Dota_from_target_files.py1348 # directory. We don't need to unzip the entire target-files zips, because they
/build/soong/java/
Daar.go728 // Unzip an AAR into its constituent files and directories. Any files in Outputs that don't exist …
733 `unzip -qoDD -d $outDir $in && rm -rf $outDir/res && touch $out && ` +
768 Description: "unzip AAR",
Dhiddenapi.go229 unzip -qoDD $in 'classes*.dex' -d $tmpDir/dex-input &&
/build/soong/third_party/zip/
Dreader_test.go51 // the values listed with unzip -l <zipfile>. However, the values
52 // listed by unzip appear to be off by some hours. When creating
56 // somewhere, because otherwise unzip -l could not provide a different
/build/soong/cc/
Dbuilder.go288 // Rule to unzip a reference abi dump.
861 // unzipRefDump registers a build statement to unzip a reference abi dump.
/build/soong/dexpreopt/
Ddexpreopt.go23 // in the location they should be on the device. The Make build rules will unzip the zip file into…
/build/soong/genrule/
Dgenrule.go528 // uses zipsync to unzip it into the final directory.
/build/soong/apex/
Dbuilder.go434 fmt.Sprintf("unzip -qDD -d %s %s", destPathDir, fi.builtFile.String()))
Dapex_test.go6379 ensureMatches(t, copyCmds[2], "^unzip .*-d .*/app/AppSet .*/AppSet.zip$")