Searched refs:stderr (Results 1 – 4 of 4) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessTest.java | 75 String stderr = readAndCloseStream(p.getErrorStream()); in test_getOutputStream() local 76 assertEquals("", stderr); in test_getOutputStream() 91 String stderr = readAndCloseStream(p.getErrorStream()); in test_getErrorStream() local 92 assertTrue(stderr, stderr.contains("no-such-option")); in test_getErrorStream()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | UNIXProcess.java | 62 private /* final */ InputStream stderr; field in UNIXProcess 166 stderr = (fds[2] == -1) ? 187 if (stderr instanceof ProcessPipeInputStream) 188 ((ProcessPipeInputStream) stderr).processExited(); 203 return stderr; 234 try { stderr.close(); } catch (IOException ignored) {}
|
/libcore/ojluni/src/main/native/ |
D | jni_util.c | 1038 fprintf(stderr, "%s: is NULL\n", hdr); in JNU_PrintString() 1043 fprintf(stderr, "%s: %s\n", hdr, stringPtr); in JNU_PrintString() 1052 fprintf(stderr, "%s: object is NULL\n", hdr); in JNU_PrintClass()
|
D | zip_util.c | 646 jio_fprintf(stderr, "mmap failed for CEN and END part of zip file\n"); in readCEN() 1485 jio_fprintf(stderr, "%s: %s\n", zip->name, in ZIP_ReadEntry() 1499 jio_fprintf(stderr, "%s: %s\n", zip->name, in ZIP_ReadEntry()
|