/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/ |
D | RntoCommandHandler.java | 50 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 53 verifyWritePermission(session, parentPath); in handle()
|
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPIteratorImpl.java | 245 public NodeIterator(XMPNode visitedNode, String parentPath, int index) in NodeIterator() argument 255 path = accumulatePath(visitedNode, parentPath, index); in NodeIterator() 399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex) in accumulatePath() argument 419 if (parentPath == null || parentPath.length() == 0) in accumulatePath() 431 return parentPath + separator + segmentName; in accumulatePath() 525 private String parentPath; 537 public NodeIteratorChildren(XMPNode parentNode, String parentPath) 543 this.parentPath = accumulatePath(parentNode, parentPath, 1); 578 path = accumulatePath(child, parentPath, index);
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 51 String parentPath = getFileSystem().getParent(path); in handle() local 52 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 55 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 59 verifyExecutePermission(session, parentPath); in handle()
|
D | RntoCommandHandler.java | 50 String parentPath = getFileSystem().getParent(toPath); in handle() local 51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local 52 verifyWritePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
D | RntoCommandHandler.java | 50 String parentPath = getFileSystem().getParent(toPath); in handle() local 51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local 52 verifyWritePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
D | RntoCommandHandler.java | 50 String parentPath = getFileSystem().getParent(toPath); in handle() local 51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local 52 verifyWritePermission(session, parentPath); in handle()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 54 String parentPath = getFileSystem().getParent(path); in handle() local 55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local 58 String pathMustBeWritable = getFileSystem().exists(path) ? path : parentPath; in handle() 62 verifyExecutePermission(session, parentPath); in handle()
|
D | RntoCommandHandler.java | 50 String parentPath = getFileSystem().getParent(toPath); in handle() local 51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local 52 verifyWritePermission(session, parentPath); in handle()
|