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

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 287 String normalizedChildPath = normalize(child.getPath());
288 Assert.isTrue(normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path");
289 String childToPath = normalizedToPath + normalizedChildPath.substring(normalizedFromPath.length());

Completed in 421 milliseconds