Searched refs:ResultCodes (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ProcessBuilderTest.java | 72 checkProcessExecution(pb, ResultCodes.ZERO, in assertRedirectErrorStream() 139 checkProcessExecution(pb, ResultCodes.ZERO, /* processInput */ "", in testRedirectFile_input() 148 checkProcessExecution(pb, ResultCodes.ZERO, processInput, in testRedirectFile_output() 162 checkProcessExecution(pb, ResultCodes.NONZERO, processInput, in testRedirectFile_error() 180 checkProcessExecution(pb, ResultCodes.ZERO, testString, testString, ""); in testRedirectPipe_inputAndOutput() 186 checkProcessExecution(pb, ResultCodes.ZERO, testString, testString, ""); in testRedirectPipe_inputAndOutput() 193 checkProcessExecution(pb, ResultCodes.ZERO, "", testString + "\n", ""); in testRedirectPipe_inputAndOutput() 205 ResultCodes.NONZERO.assertMatches(resultCode); in testRedirectPipe_error() 242 checkProcessExecution(pb, ResultCodes.ZERO, "", "android\n", ""); in testEnvironment() 454 enum ResultCodes { enum in ProcessBuilderTest [all …]
|