Home | History | Annotate | Download | only in core

Lines Matching defs:unzip

2000 # For a list of jar files, unzip them to a specified directory,
2004 # $(1): files to unzip
2006 define unzip-jar-files
2013 unzip -qo $$f -d $(2); \
2039 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
2117 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2190 $(hide) unzip -qo $< -d $@.tmpjill.res
2295 $(hide) unzip -qo $@.res.tmp.zip -d $@.res.tmp
2509 unzip $@ $(PRIVATE_EMBEDDED_JNI_LIBS) -d $(dir $@)uncompressedlibs && \