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

  /external/chromium_org/chrome/test/chromedriver/chrome/
zip.cc 5 #include "chrome/test/chromedriver/chrome/zip.h"
19 #include <minizip/zip.h>
22 #include "third_party/zlib/contrib/minizip/zip.h"
37 char buf[zip::internal::kZipBufSize];
39 num_bytes = stream.ReadSync(buf, zip::internal::kZipBufSize);
42 DLOG(ERROR) << "Could not write data to zip for path "
69 DLOG(ERROR) << "Could not open zip file entry " << str_path;
79 DLOG(ERROR) << "Could not close zip file entry " << str_path;
96 namespace zip { namespace
106 DLOG(WARNING) << "Failed to open the current file in zip";
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 5 #include "third_party/zlib/google/zip.h"
19 #include <minizip/zip.h>
22 #include "third_party/zlib/contrib/minizip/zip.h"
37 char buf[zip::internal::kZipBufSize];
39 num_bytes = stream.ReadSync(buf, zip::internal::kZipBufSize);
42 DLOG(ERROR) << "Could not write data to zip for path "
69 DLOG(ERROR) << "Could not open zip file entry " << str_path;
79 DLOG(ERROR) << "Could not close zip file entry " << str_path;
96 namespace zip { namespace
106 DLOG(WARNING) << "Failed to open the current file in zip";
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 342 def Zip(args):
343 """A Unix style zip.
346 parser = optparse.OptionParser(usage='usage: zip [Options] zipfile list')
367 print 'zip warning: name not matched: %s' % (src_arg,)
382 # (OS file path, zip path/zip file info, and file data)
397 # As far as I can tell, there is no way to update a zip entry using
420 print 'zip error: Nothing to do! (%s)' % (dest_zip,)
435 # zip files. This was resolved in a later version of Python 2.6.
518 'zip': Zip
    [all...]
  /external/chromium/chrome/common/
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...]
  /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 5044 milliseconds