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

  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.h 29 // reader.Open(zip_file_path);
81 // Opens the zip file specified by |zip_file_path|. Returns true on
83 bool Open(const base::FilePath& zip_file_path);
zip_reader.cc 80 bool ZipReader::Open(const base::FilePath& zip_file_path) {
85 zip_file_ = internal::OpenForUnzipping(zip_file_path.AsUTF8Unsafe());
  /external/chromium_org/third_party/zlib/google/
zip_reader.h 30 // reader.Open(zip_file_path);
82 // Opens the zip file specified by |zip_file_path|. Returns true on
84 bool Open(const base::FilePath& zip_file_path);
zip_reader.cc 80 bool ZipReader::Open(const base::FilePath& zip_file_path) {
85 zip_file_ = internal::OpenForUnzipping(zip_file_path.AsUTF8Unsafe());
  /pdk/build/
pdk_utils.py 124 def list_files_in_zip(zip_file_path, no_directory = True):
125 """ list all files/directories inside the given zip_file_path.
128 if not zipfile.is_zipfile(zip_file_path):
130 zip_file = zipfile.ZipFile(zip_file_path, 'r')

Completed in 60 milliseconds