/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
D | CwdCommandHandlerTest.groovy | 34 def DIR = "/usr" 37 createDirectory(DIR) 38 handleCommand([DIR]) 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 45 createDirectory(p(DIR, SUB)) 46 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB) 53 handleCommand([DIR]) 54 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/compiler-rt/lib/tsan/go/ |
D | buildgo.sh | 95 DIR=$(mktemp -qd /tmp/gotsan.XXXXXXXXXX) 97 rm -rf $DIR 101 DIR=. 106 rm -f $DIR/gotsan.cc 108 cat $F >> $DIR/gotsan.cc 119 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 121 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 123 $CC test.c $DIR/race_$SUFFIX.syso -m64 -o $DIR/test $OSLDFLAGS 127 $DIR/test 129 $DIR/test 2>/dev/null
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 37 def DIR = "/usr" 40 assert fileSystem.createDirectory(DIR) 41 commandHandler.handleCommand(createCommand([DIR]), session) 43 assert fileSystem.exists(DIR) == false 48 assert fileSystem.createDirectory(p(DIR,SUB)) 49 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 52 assert fileSystem.exists(p(DIR,SUB)) == false 56 commandHandler.handleCommand(createCommand([DIR]), session) 57 assertSessionReply(ReplyCodes.EXISTING_FILE_ERROR, DIR) 61 assert fileSystem.createFile(DIR) [all …]
|