OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPESTATUS
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/cmake/templates/
opencv_run_all_tests_unix.sh.in
83
ret=${
PIPESTATUS
[0]}
110
ret=${
PIPESTATUS
[0]}
/art/test/etc/
run-test-jar
596
if [ ${
PIPESTATUS
[0]} = 124 ] && [ "$TIME_OUT" = "timeout" ]; then
/external/selinux/policycoreutils/scripts/
fixfiles
209
[ ${
PIPESTATUS
[0]} != 0 ] && echo "$1 not found" >/dev/stderr
Completed in 85 milliseconds