HomeSort by relevance Sort by last modified time
    Searched full:permstring (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 213 String permstring = null; local
238 permstring = m.group(patternGroups[j][5]);
239 dir = permstring.startsWith("d");
279 perms[i][j] = (permstring.charAt((i * 3) + j) != '-');
    [all...]

Completed in 56 milliseconds