Lines Matching refs:run
324 fail_panic "Can't run awk script: $SCRIPT"
422 …run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFL…
425 run $WINE cmd /c Z:$NDK/ndk-build.cmd clean
427 … run $WINE cmd /c Z:$NDK/ndk-build.cmd "$@" -j1 APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
430 run $NDK/ndk-build -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS"
539 (run cd "$DIR" && run_ndk_build $NDK_BUILD_FLAGS)
631 (cd "$DIR" && run ./build.sh -j$JOBS $NDK_BUILD_FLAGS)
717 run $ADB_CMD -s "$DEVICE" push "$SRCFILE" "$DSTDIR" &&
718 run $ADB_CMD -s "$DEVICE" shell chmod 0755 "$DSTDIR/libgabi++_shared.so"
736 run $ADB_CMD -s "$DEVICE" push "$SRCFILE" "$DSTFILE" &&
737 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE
764 run $ADB_CMD -s "$DEVICE" push "$SRCFILE" "$DSTFILE" &&
765 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE