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

/openjdk7/jdk/test/sun/tools/common/
H A DApplicationSetup.sh35 # appOtherPid - pid associated with the app other than appJavaPid
48 appOtherPid=
69 appOtherPid="$appJavaPid"
72 appJavaPid=`ps -p "$appOtherPid" \
74 # See if $appOtherPid is in PID column; there are sometimes
76 /^.'"${PATTERN_WS}${PATTERN_WS}*${appOtherPid}${PATTERN_WS}"'/{
78 s/^.'"${PATTERN_WS}${PATTERN_WS}*${appOtherPid}${PATTERN_WS}${PATTERN_WS}"'*//
89 echo "INFO: Cygwin pid=$appOtherPid maps to Windows pid=$appJavaPid"
94 # see if appOtherPid is in either PID or PPID columns
95 /'"${PATTERN_WS}${appOtherPid}
[all...]
H A DCommonTests.sh205 # and appOtherPid is the Cygwin pid for the Java process.
206 ps -p "$appOtherPid" \
223 if [ -n "$appOtherPid" ]; then
224 # Test appOtherPid in "ps" cmd output, if we have one.
229 ps -p "$appOtherPid" \
230 | grep "${PATTERN_WS}${appOtherPid}${PATTERN_WS}" > "$TESTOUT"
234 | grep "^${PATTERN_WS}*${appOtherPid}${PATTERN_WS}" > "$TESTOUT"
238 echo "INFO: begin appOtherPid=$appOtherPid in 'ps' cmd output:"
240 echo "INFO: end appOtherPid
[all...]

Completed in 37 milliseconds