OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unzip
(Results
51 - 75
of
466
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/zlib/src/contrib/minizip/
unzip.h
0
/*
unzip
.h -- IO for uncompress .zip files using zlib
7
Modifications of
Unzip
for Zip64
10
Modifications for Zip64 support on both zip and
unzip
175
of this
unzip
package.
227
/*
Unzip
package allow you browse the directory of the zipfile */
unzip.c
0
/*
unzip
.c -- IO for uncompress .zip files using zlib
7
Modifications of
Unzip
for Zip64
10
Modifications for Zip64 support on both zip and
unzip
42
Changes in
unzip
.c
47
2007-2008 - Even Rouault - Add
unzip
support for ZIP64
57
Oct-2009 - Mathias Svensson - Applied support to
unzip
files with compression mathod BZIP2 (bzip2 lib is required)
60
Jan-2010 - back to
unzip
and minizip 1.0 name scheme, with compatibility layer
76
#include "
unzip
.h"
123
"
unzip
1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll";
582
of this
unzip
package
[
all
...]
ioapi.h
177
/* now internal definition, only for zip.c and
unzip
.h */
mztools.c
12
#include "
unzip
.h"
/external/markdown/docs/
INSTALL
42
Zip file,
unzip
it, and on the command line in the directory you unzipped to:
/external/mesa3d/docs/
README.MITS
88
3.
Unzip
it and untar it. It will replace the following files in
download.html
54
unzip
MesaLib-x.y.z.zip
/external/nist-pkits/
generate-tests.sh
80
unzip
-q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
/external/v8/tools/
fuzz-harness.sh
66
unzip
"$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
/external/zlib/src/contrib/vstudio/vc10/
zlibvc.vcxproj.filters
69
<ClCompile Include="..\..\minizip\
unzip
.c">
/prebuilts/eclipse/maven/apache-maven-3.2.1/
README.txt
45
unzip
apache-maven-3.x.y.zip
/development/build/tools/
mk_sdk_repo_xml.sh
384
if
unzip
-t "$SRC" | grep -qs "source.properties" ; then
386
#
unzip
: -j=flat (no dirs), -q=quiet, -o=overwrite, -d=dest dir
387
unzip
-j -q -o -d "$TMP_DIR" "$SRC" "*/source.properties"
390
elif
unzip
-t "$SRC" | grep -qs "manifest.ini" ; then
391
unzip
-j -q -o -d "$TMP_DIR" "$SRC" "*/manifest.ini"
/external/bouncycastle/
import_bouncycastle.sh
217
(cd $bouncycastle_dir_orig &&
unzip
-q src.zip)
219
(cd $bouncycastle_dir &&
unzip
-q src.zip)
/sdk/eclipse/
build.gradle
133
//
unzip
eclipse prebuilts into the out folder to create a target platform for the build
141
ant.
unzip
(src: v, dest: d)
/dalvik/libdex/
CmdUtils.cpp
156
//printf("+++ Good
unzip
to '%s'\n", tempFileName);
/device/common/
generate-packages.sh
103
unzip
-j -o $ZIP $ONE_FILE -d $FILEDIR_NEW> /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
customTargets.xml
145
<
unzip
dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
149
</
unzip
>
162
<!--
unzip
the junit tests-->
163
<exec dir="${buildDirectory}/${buildLabel}" executable="
unzip
">
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests
75
unzip
-qq -o -C VE-junit-tests-*.zip */plugins/org.eclipse.test*
/external/owasp/sanitizer/tools/findbugs/doc/manual/
installing.html
19
<code class="prompt">C:\Software></code><span class="command"><strong>
unzip
findbugs-2.0.3.zip</strong></span>
/external/sepolicy/
README
71
to
unzip
the apk, once it is unzipped, cd into the META_INF directory and then execute
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/
index.jd
72
<li>
Unzip
the file to extract the Battery Historian folder. Inside the folder,
/frameworks/multidex/
build.gradle
63
// anchor for prepare repo. This is post
unzip
+ sourceProp.
/frameworks/support/
build.gradle
68
// anchor for prepare repo. This is post
unzip
+ sourceProp.
/ndk/sources/host-tools/make-3.81/
README.DOS
39
Simply
unzip
the makNNNb.zip file (where NNN is the version number)
42
unzip
program that supports long filenames in zip files. After
49
1.
Unzip
the archive, preserving the directory structure (-d switch
51
2000, use an
unzip
program that supports long filenames in zip
/prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.pom
141
<
unzip
src="target/AppleJavaExtensions-1.4.zip" dest="target"/>
Completed in 2452 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>