Searched full:unzip (Results 1 – 23 of 23) sorted by relevance
/build/make/core/ |
D | soong_android_app_set.mk | 23 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)) \
|
D | jacoco.mk | 50 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).
|
D | java_prebuilt_internal.mk | 131 $(hide) unzip -qoDD -d $(dir $@) $<
|
D | app_prebuilt_internal.mk | 83 $(hide) unzip -p $< $(PRIVATE_EXTRACT) >$@
|
D | dex_preopt_odex_install.mk | 466 …( unzip -qoDD -d $(PRODUCT_OUT) $(my_dexpreopt_zip) 2>&1 | grep -v "zipfile is empty"; exit $${PIP…
|
D | main.mk | 100 …$(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null…
|
D | definitions.mk | 2343 unzip -qo $(2) -d $(3) $$(zipinfo -1 $(2) | grep -v -E "\.class$$")
|
/build/blueprint/.github/workflows/ |
D | build.yml | 32 unzip ninja-linux.zip
|
/build/soong/scripts/ |
D | diff_build_graphs.sh | 115 unzip -qq "$zip1" -d "$unzipped1" 116 unzip -qq "$zip2" -d "$unzipped2"
|
/build/make/tools/docker/ |
D | Dockerfile | 6 …e-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python openjdk-7-j…
|
/build/soong/ui/build/paths/ |
D | config.go | 95 "unzip": Allowed,
|
/build/make/tools/releasetools/ |
D | img_from_target_files.py | 167 # RECOVERY/ and ROOT/. So unzip everything from the target_files.zip.
|
D | img_from_target_files | 167 # RECOVERY/ and ROOT/. So unzip everything from the target_files.zip.
|
D | common.py | 1941 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
|
D | ota_from_target_files.py | 1348 # directory. We don't need to unzip the entire target-files zips, because they
|
/build/soong/java/ |
D | aar.go | 728 // 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",
|
D | hiddenapi.go | 229 unzip -qoDD $in 'classes*.dex' -d $tmpDir/dex-input &&
|
/build/soong/third_party/zip/ |
D | reader_test.go | 51 // 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/ |
D | builder.go | 288 // Rule to unzip a reference abi dump. 861 // unzipRefDump registers a build statement to unzip a reference abi dump.
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 23 // in the location they should be on the device. The Make build rules will unzip the zip file into…
|
/build/soong/genrule/ |
D | genrule.go | 528 // uses zipsync to unzip it into the final directory.
|
/build/soong/apex/ |
D | builder.go | 434 fmt.Sprintf("unzip -qDD -d %s %s", destPathDir, fi.builtFile.String()))
|
D | apex_test.go | 6379 ensureMatches(t, copyCmds[2], "^unzip .*-d .*/app/AppSet .*/AppSet.zip$")
|