HomeSort by relevance Sort by last modified time
    Searched refs:toybox (Results 1 - 11 of 11) sorted by null

  /external/toybox/scripts/
minicom.sh 3 # If you want to use toybox netcat to talk to a serial port, use this.
17 ./toybox netcat -f "$1"
install.sh 43 # Copy toybox itself
48 cp toybox ${PREFIX}/${LONG_PATH} || exit 1
50 rm "${PREFIX}/${LONG_PATH}/toybox" 2>/dev/null
55 # Make links to toybox
90 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i ||
single.sh 3 # Build a standalone toybox command
14 echo "Need .config for toybox global settings. Run defconfig/menuconfig." >&2
42 mv -f toybox $PREFIX$i || exit 1
make.sh 41 # Create a list of all the commands toybox can provide. Note that the first
42 # entry is out of order on purpose (the toybox multiplexer command must be the
50 echo "USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))" > generated/newtoys.h
241 echo -n "Compile toybox"
293 if [ ! -z "$NOSTRIP" ] || ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox
295 echo "strip failed, using unstripped" && cp toybox_unstripped toybox ||
303 do_loudly chmod 555 toybox || exit 1
  /external/toybox/
Makefile 1 # Makefile for toybox.
12 all: toybox
18 toybox toybox_unstripped: toybox_stuff
56 rm -rf toybox toybox_unstripped generated change .singleconfig*
67 @echo ' toybox - Build toybox.'
68 @echo ' COMMANDNAME - Build individual toybox command as a standalone binary.'
79 @echo ' install_flat - Install toybox into $$PREFIX directory.'
80 @echo ' install - Install toybox into subdirectories of $$PREFIX.'
81 @echo ' uninstall_flat - Remove toybox from $$PREFIX directory.
    [all...]
Android.mk 23 # git remote add toybox https://github.com/landley/toybox.git
24 # git fetch toybox
25 # git merge toybox/master
27 # # (Make any necessary Android.mk changes and test the new toybox.)
45 # # If you just want to use it as "toybox x" rather than "x", you can stop now.
230 LOCAL_MODULE := toybox
371 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,$(ALL_TOOLS),ln -sf toybox $(TARGET_OUT)/bin/$(t);)
  /build/target/product/
embedded.mk 76 toybox \
  /device/generic/qemu/
qemu_base.mk 68 toybox \
  /external/toybox/generated/
newtoys.h 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
flags.h     [all...]
  /system/sepolicy/
file_contexts 154 /system/bin/toybox -- u:object_r:toolbox_exec:s0

Completed in 147 milliseconds