/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 40 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 43 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 44 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local 45 … verifyFileSystemCondition(getFileSystem().isFile(fromPath), fromPath, "filesystem.isNotAFile"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/ |
H A D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local 44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
|
H A D | RntoCommandHandler.java | 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
|
/aosp_15_r20/system/vold/ |
H A D | MoveStorage.cpp | 124 static status_t execCp(const std::string& fromPath, const std::string& toPath, int startProgress, in execCp() 195 std::string fromPath; in moveStorageInternal() local
|
/aosp_15_r20/frameworks/av/media/mtp/ |
H A D | MtpUtils.cpp | 120 int copyRecursive(const char *fromPath, const char *toPath) { in copyRecursive() 157 int copyFile(const char *fromPath, const char *toPath) { in copyFile()
|