Searched defs:ZipOpen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp85 static ZipOpen_t ZipOpen = NULL; variable
489 zip = (*ZipOpen)(canonical_path, &error_msg);
539 zip = (*ZipOpen)(canonical_path, &error_msg);
603 assert(ZipOpen == NULL, "should not load zip library twice");
615 ZipOpen = CAST_TO_FN_PTR(ZipOpen_t, os::dll_lookup(handle, "ZIP_Open"));
623 if (ZipOpen == NULL || FindEntry == NULL || ReadEntry == NULL || GetNextEntry == NULL) {

Completed in 36 milliseconds