Searched refs:zipFile (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/web-agents-v4/zlib/
H A Dzip.h67 typedef zipFile__ *zipFile; typedef
69 typedef voidp zipFile; typedef
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
128 Else, the return value is a zipFile Handle, usable with other function
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file,
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile fil
[all...]
H A Dzip.c853 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
920 return (zipFile)zi;
924 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
936 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)
952 extern zipFile ZEXPORT zipOpen (const char* pathname, int append)
957 extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append)
1059 extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1269 extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1285 extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1300 extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile fil
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/setup/
H A DZipUtils.java57 zipFile(outputStream, file, (directory.getParentFile().getPath() + File.separator).length());
62 private void zipFile(ZipOutputStream outputStream, File file, int stripLength) throws IOException { method in class:ZipUtils
81 zipFile(outputStream, subFile, stripLength);
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DRotationActionThread.java92 String zipFile = filename + ".zip";
93 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DRotationActionThread.java91 String zipFile = filename + ".zip";
92 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DRotationActionThread.java92 String zipFile = filename + ".zip";
93 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DRotationActionThread.java92 String zipFile = filename + ".zip";
93 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DRotationActionThread.java91 String zipFile = filename + ".zip";
92 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DRotationActionThread.java85 String zipFile = filename + ".zip";
86 action = new ZIPAction(filename, zipFile, true);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java67 * @param zipFile File the zip file to extract
71 public ZipExtractor(File zipFile) argument
74 this(zipFile, 0, 0, 1, null);
92 * @param zipFile File the zip file to extract
100 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
105 this(new FileInputStream(zipFile),
109 zipFile.getName(),
111 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java68 * @param zipFile File the zip file to extract
72 public ZipExtractor(File zipFile) argument
75 this(zipFile, 0, 0, 1, null);
93 * @param zipFile File the zip file to extract
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
106 this(new FileInputStream(zipFile),
110 zipFile.getName(),
112 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java68 * @param zipFile File the zip file to extract
72 public ZipExtractor(File zipFile) argument
75 this(zipFile, 0, 0, 1, null);
93 * @param zipFile File the zip file to extract
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
106 this(new FileInputStream(zipFile),
110 zipFile.getName(),
112 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java67 * @param zipFile File the zip file to extract
71 public ZipExtractor(File zipFile) argument
74 this(zipFile, 0, 0, 1, null);
92 * @param zipFile File the zip file to extract
100 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
105 this(new FileInputStream(zipFile),
109 zipFile.getName(),
111 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DZipExtractor.java68 * @param zipFile File the zip file to extract
72 public ZipExtractor(File zipFile) argument
75 this(zipFile, 0, 0, 1, null);
93 * @param zipFile File the zip file to extract
101 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
106 this(new FileInputStream(zipFile),
110 zipFile.getName(),
112 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DZipExtractor.java72 * @param zipFile File the zip file to extract
76 public ZipExtractor(File zipFile) argument
79 this(zipFile, 0, 0, 1, null);
97 * @param zipFile File the zip file to extract
105 public ZipExtractor(File zipFile, int minRatio, int maxRatio, argument
110 this(new FileInputStream(zipFile),
114 zipFile.getName(),
116 if (!zipFile.getName().endsWith(".zip")) {
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/setup/
H A DTestSetupHelper.java37 * Extracts the {@literal zipFile} to the {@literal destinationDirectory}.
39 * @param zipFile The zip file.
43 public static void extractZip(File zipFile, final Path destinationDirectory) throws IOException { argument
48 try (java.nio.file.FileSystem zipFileSystem = FileSystems.newFileSystem(zipFile.toPath(), null)) {
H A DEmbeddedOpenDJManagerTest.java139 String zipFile = "setup" + File.separator + baseDirectoryTemplateName + ".zip";
140 File baseDirectoryZipFile = Paths.get(getClass().getClassLoader().getResource(zipFile).toURI()).toFile();
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/upgrade/
H A DEmbeddedOpenDJBackupManagerTest.java124 String zipFile = "setup" + File.separator + baseDirectoryTemplateName + ".zip";
125 File baseDirectoryZipFile = Paths.get(getClass().getClassLoader().getResource(zipFile).toURI()).toFile();
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateManagerImpl.java196 ZipFile zipFile = new ZipFile(zipFilePath.toString());
197 if (zipFile.isEncrypted()) {
200 zipFile.extractAll(destination.toString());
/forgerock/authenticator-android-v2/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 67 milliseconds

12