OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_exit
(Results
1 - 2
of
2
) sorted by null
/art/test/
run-test
235
build_exit
="$?"
236
echo "build exit status: $
build_exit
" 1>&2
237
if [ "$
build_exit
" = '0' ]; then
248
build_exit
="$?"
249
if [ "$
build_exit
" = '0' ]; then
256
echo "build exit status: $
build_exit
" 1>&2
261
build_exit
="$?"
262
if [ "$
build_exit
" '!=' '0' ]; then
264
echo "build exit status: $
build_exit
" >>"$output"
276
build_exit
="$?
[
all
...]
/dalvik/tests/
run-test
208
build_exit
="$?"
209
if [ "$
build_exit
" = '0' ]; then
215
echo "build exit status: $
build_exit
" 1>&2
219
build_exit
="$?"
220
if [ "$
build_exit
" = '0' ]; then
224
echo "build exit status: $
build_exit
" >>"$output"
Completed in 36 milliseconds