Lines Matching refs:bin
0 #!/bin/bash
405 # Use '/usr/bin/file', not just 'file' to avoid buggy MacPorts
407 HOST_64BITS=$(/usr/bin/file -L "$SHELL" | grep -e "x86[_-]64")
475 # ".../path/to/bin/arm-linux-androideabi-")
489 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc")
492 "$NDK_DIR" "$ARCH" "$HOST_OS-x86/bin/$CONFIG-gcc")
498 "$NDK_DIR" "$ARCH" "$HOST_OS-x86/bin/i686-android-linux-gcc")
532 # Be flexible, allow one to specify either the install path or the bin
535 if [ -d "$TOOLCHAIN/bin" ]; then
536 TOOLCHAIN=$TOOLCHAIN/bin
866 for SYSLIB in /system/bin/linker $SYSTEM_LIBS; do
900 adb pull /system/bin/$GDBEXEC "$TMPDIR"/$GDBEXEC &>/dev/null