HomeSort by relevance Sort by last modified time
    Searched refs:Zip (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/common/
zip.h 11 // Zip the contents of src_dir into dest_file. src_path must be a directory.
12 // An entry will *not* be created in the zip for the root folder -- children
13 // of src_dir will be at the root level of the created zip.
16 bool Zip(const FilePath& src_dir, const FilePath& dest_file,
zip_unittest.cc 12 #include "chrome/common/zip.h"
47 test_dir = test_dir.AppendASCII("zip");
86 // hard-coded contents of a known zip file
91 TestUnzipFile(FILE_PATH_LITERAL("test.zip"), true);
95 TestUnzipFile(FILE_PATH_LITERAL("test_nocompress.zip"), true);
101 path = path.AppendASCII("zip").AppendASCII("evil.zip");
112 path = path.AppendASCII("zip").AppendASCII("evil_via_invalid_utf8.zip");
119 TEST_F(ZipTest, Zip) {
    [all...]
zip.cc 5 #include "chrome/common/zip.h"
14 #include "third_party/zlib/contrib/minizip/zip.h"
22 // Extract the 'current' selected file from the zip into dest_dir.
66 // We can't rely on parent directory entries being specified in the zip, so we
181 LOG(WARNING) << "couldn't open zip " << src_file_str;
219 LOG(ERROR) << "Could not write data to zip for path "
248 LOG(ERROR) << "Could not open zip file entry " << str_path;
258 LOG(ERROR) << "Could not close zip file entry " << str_path;
265 bool Zip(const FilePath& src_dir, const FilePath& dest_file,
309 LOG(ERROR) << "Error closing zip file " << dest_file_str
    [all...]
  /bootable/recovery/minzip/
Android.mk 9 Zip.c
  /build/tools/zipalign/
Android.mk 4 # Zip alignment tool
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 434 FIDictionary.Add('Zip',7);
497 Key := 'Zip';
538 Foo, Bar, Baz, Zip: Boolean;
543 Zip := False;
565 if (Pair.Key = 'Zip') then
567 Zip := True;
576 CheckTrue(Zip);
  /external/chromium/chrome/browser/extensions/
extension_creator.cc 19 #include "chrome/common/zip.h"
154 *zip_path = temp_path.Append(FILE_PATH_LITERAL("extension.zip"));
156 if (!Zip(extension_dir, *zip_path, false)) { // no hidden files
261 // Zip up the extension.
  /development/build/tools/
mk_sdk_repo_xml.sh 26 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
31 There can be more than one zip for the same type
33 Zip can be in the form "source:dest" to be renamed on the fly.
320 # these attributes from the first zip found.
396 # Skip to next arch/zip entry.
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
38 ; to compile this file for infozip Zip, I use option:
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1279 milliseconds