Searched defs:CAT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DLotsOfOutput.java34 static final String CAT = "/usr/bin/cat"; field in class:LotsOfOutput
38 !new File(CAT).exists()) // no cat
40 Process p = Runtime.getRuntime().exec(CAT + " /dev/zero");
H A DExecWithInput.java42 private static final String CAT = "/bin/cat"; field in class:ExecWithInput
53 //Process p = Runtime.getRuntime().exec(new String[] { CAT } );
54 Process p = Runtime.getRuntime().exec(CAT);
/openjdk7/jdk/test/
H A DMakefile38 CAT = cat macro
289 testExitCode=`$(CAT) $(EXITCODE)`; \
317 runc="`$(CAT) $(RUNLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
318 passc="`$(CAT) $(PASSLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
319 failc="`$(CAT) $(FAILLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
320 exclc="`$(CAT) $(EXCLUDELIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
327 $(CAT) $(STATS_TXT); \
395 @(($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-all' ) ;\
396 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(PLATFORM_OS)' ) ;\
397 ($(CAT)
[all...]

Completed in 47 milliseconds