Home
last modified time | relevance | path

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

/art/test/etc/
Ddefault-build173 local zip_target="$1"
177 command zip --compression-method "$ZIP_COMPRESSION_METHOD" "$zip_target" "$entry_src" "$@"
182 "$ZIPALIGN" -f "$ZIP_ALIGN_BYTES" "$zip_target" "$tmp_file"
184 mv "$tmp_file" "$zip_target"