Searched refs:isValidName (Results 1 - 25 of 72) sorted by relevance

123

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java62 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixFakeFileSystem.java63 protected boolean isValidName(String path) { method in class:UnixFakeFileSystem
H A DWindowsFakeFileSystem.java78 protected boolean isValidName(String path) { method in class:WindowsFakeFileSystem
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFakeUnixFileSystem.groovy45 protected boolean isValidName(String path) {
110 return isValidName(path)

Completed in 442 milliseconds

123