OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPESTATUS
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/scripts/
fixfiles
205
[ ${
PIPESTATUS
[0]} != 0 ] && echo "$1 not found" >/dev/stderr
/build/make/core/
dex_preopt_odex_install.mk
283
( unzip -qo -d $(PRODUCT_OUT) $(my_dexpreopt_zip) 2>&1 | grep -v "zipfile is empty"; exit $${
PIPESTATUS
[0]} ) || \
Completed in 366 milliseconds