Searched refs:zip_handle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_internal.h41 // Opens the file referred to by |zip_handle| for unzipping.
42 unzFile OpenHandleForUnzipping(HANDLE zip_handle);
H A Dzip_internal.cc281 unzFile OpenHandleForUnzipping(HANDLE zip_handle) { argument
285 zip_funcs.opaque = zip_handle;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.cc216 base::ScopedFILE zip_handle(base::OpenFile(zip_path, "rb"));
221 zip_handle.get())) > 0) {
228 zip_handle.reset();
276 base::ScopedFILE zip_handle(base::OpenFile(zip_path, "rb"));
278 zip_handle.get())) > 0) {

Completed in 3813 milliseconds