Home
last modified time | relevance | path

Searched defs:currentDirectory (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DPwdCommandHandler.java36 String currentDirectory = (String) session.getAttribute(SessionKeys.CURRENT_DIRECTORY); in handle() local
38 …verifyFileSystemCondition(notNullOrEmpty(currentDirectory), currentDirectory, "filesystem.currentD… in handle() local
H A DCdupCommandHandler.java39 …String currentDirectory = (String) getRequiredSessionAttribute(session, SessionKeys.CURRENT_DIRECT… in handle() local
43 …verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesN… in handle() local
/aosp_15_r20/packages/modules/ExtServices/java/src/android/ext/services/common/
DAdServicesFilesCleanupBootCompleteReceiver.java109 public boolean deleteAdServicesFiles(File currentDirectory) { in deleteAdServicesFiles()
158 private boolean deleteAllData(File currentDirectory) { in deleteAllData()

12