Searched refs:TEE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DConcurrentRead.java39 static final String TEE = "/usr/bin/tee"; field in class:ConcurrentRead
44 !new File(TEE).exists()) // no tee
47 Process p = Runtime.getRuntime().exec(TEE);
/openjdk7/jdk/test/
H A DMakefile52 TEE = tee macro
662 ) 2>&1 | $(TEE) $(ABS_TEST_OUTPUT_DIR)/output.txt ; $(TESTEXIT)

Completed in 46 milliseconds