Home
last modified time | relevance | path

Searched defs:parentPath (Results 1 – 25 of 38) sorted by relevance

12

/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
DAbstractStoreFileCommandHandler.java51 String parentPath = getFileSystem().getParent(path); in handle() local
52 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java158 private void registerDescriptor(ThreadContext context, Descriptor descriptor, String parentPath) { in registerDescriptor()
176 ThreadContext context, EnumDescriptor descriptor, String parentPath) { in registerEnumDescriptor()

12