HomeSort by relevance Sort by last modified time
    Searched defs:MAX_NAMELEN (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
TarArchiveEntry.java 215 public static final int MAX_NAMELEN = 31;
233 if (user.length() > MAX_NAMELEN) {
234 user = user.substring(0, MAX_NAMELEN);
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 515 milliseconds