HomeSort by relevance Sort by last modified time
    Searched refs:READ_FILE_ERROR (Results 1 - 24 of 24) sorted by null

  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DeleCommandHandlerTest.groovy 55 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE])
61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE])
74 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ERROR_MESSAGE_KEY)
81 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', DIR])
RmdCommandHandlerTest.groovy 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
62 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotADirectory', DIR])
70 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.directoryIsNotEmpty', DIR])
83 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ERROR_MESSAGE_KEY)
90 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ERROR_MESSAGE_KEY)
97 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
MkdCommandHandlerTest.groovy 61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', '/abc'])
67 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.alreadyExists', DIR])
78 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', PARENT])
84 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', PARENT])
90 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ERROR_MESSAGE_KEY)
RetrCommandHandlerTest.groovy 65 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', DIR])
71 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', path])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
83 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
93 assertSessionReply(1, ReplyCodes.READ_FILE_ERROR, ERROR_MESSAGE_KEY)
CwdCommandHandlerTest.groovy 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR])
61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotADirectory', DIR])
69 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
CdupCommandHandlerTest.groovy 47 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.parentDirectoryDoesNotExist', '/'])
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
PwdCommandHandlerTest.groovy 45 assertSessionReply(ReplyCodes.READ_FILE_ERROR, 'filesystem.currentDirectoryNotSet')
RnfrCommandHandlerTest.groovy 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', FILE])
69 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
NlstCommandHandlerTest.groovy 84 assertSessionReply(1, ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', DIR])
ListCommandHandlerTest.groovy 100 assertSessionReply(1, ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', DIR])
_AbstractFakeCommandHandlerTest.groovy 78 assertHandleCommandReplyCode(new FileSystemException(PATH, ''), ReplyCodes.READ_FILE_ERROR, PATH)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
ReplyCodes.java 73 public static final int READ_FILE_ERROR = 550;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DeleCommandHandler.java 42 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
PwdCommandHandler.java 37 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
CdupCommandHandler.java 42 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
CwdCommandHandler.java 43 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
MkdCommandHandler.java 45 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
RmdCommandHandler.java 42 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
RnfrCommandHandler.java 43 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
ListCommandHandler.java 57 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
NlstCommandHandler.java 54 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
RetrCommandHandler.java 51 this.replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
AbstractFakeCommandHandler.java 57 protected int replyCodeForFileSystemException = ReplyCodes.READ_FILE_ERROR;
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 102 READ_FILE_ERROR = 6, /* error reading input file */

Completed in 1087 milliseconds