OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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