OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalizedto
(Results
1 - 1
of
1
) sorted by null
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java
469
String
normalizedTo
= normalize(toPath);
470
LOG.info("renaming from [" + normalizedFrom + "] to [" +
normalizedTo
+ "]");
471
FileSystemEntry newEntry = entry.cloneWithNewPath(
normalizedTo
);
Completed in 111 milliseconds