HomeSort by relevance Sort by last modified time
    Searched refs:posUnix (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 511 int posUnix = filename.indexOf(UNIX_SEPARATOR, 1);
513 if (posUnix == -1 && posWin == -1) {
516 posUnix = (posUnix == -1 ? posWin : posUnix);
517 posWin = (posWin == -1 ? posUnix : posWin);
518 return Math.min(posUnix, posWin) + 1;
532 int posUnix = filename.indexOf(UNIX_SEPARATOR, 2);
534 if ((posUnix == -1 && posWin == -1) || posUnix == 2 || posWin == 2) {
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 1056 milliseconds