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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java351 private static void zipDir(File filename, String dirName, ZipOutputStream zOut, int stripLen) { argument
358 zOut.putNextEntry(new ZipEntry((dirName + filename.getName()).replace('\\','/').substring(stripLen)));
372 zOut.putNextEntry(new ZipEntry(subdirname.replace('\\','/').substring(stripLen)));
378 zipDir(new File(subdirname + dir), subdirname, zOut, stripLen);

Completed in 32 milliseconds