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

  /libcore/luni/src/main/java/java/io/
File.java 500 int rootLoc = 0;
503 rootLoc = (result.length() > 1 && result.charAt(1) == '\\') ? 1 : 0;
505 rootLoc = 2; // skip drive i.e. c:
511 sepLocations[lastSlash] = rootLoc;
513 if (i < rootLoc) {
551 if (newLength > (rootLoc + 1) && newResult[newLength - 1] == separatorChar) {
    [all...]

Completed in 656 milliseconds