Home
last modified time | relevance | path

Searched defs:fromPath (Results 1 – 25 of 125) sorted by relevance

12345

/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DRnfrCommandHandler.java41 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java40 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 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 DRnfrCommandHandler.java41 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 DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local
44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
H A DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local
44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
H A DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local
44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
H A DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local
44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
H A DRntoCommandHandler.java44 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 DRnfrCommandHandler.java41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle() local
44 … verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist"); in handle() local
H A DRntoCommandHandler.java44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM); in handle() local
/aosp_15_r20/system/vold/
H A DMoveStorage.cpp124 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 DMtpUtils.cpp120 int copyRecursive(const char *fromPath, const char *toPath) { in copyRecursive()
157 int copyFile(const char *fromPath, const char *toPath) { in copyFile()

12345