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

  /external/toybox/
Makefile 1 # Makefile for toybox.
12 all: toybox
18 toybox generated/unstripped/toybox: toybox_stuff
34 baseline: generated/unstripped/toybox
35 @cp generated/unstripped/toybox generated/unstripped/toybox_old
37 bloatcheck: toybox_old generated/unstripped/toybox
38 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
59 rm -rf toybox generated change .singleconfig*
69 @echo ' toybox - Build toybox.
    [all...]
  /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 7 [ -z "$PREFIX" ] && PREFIX="/usr/toybox"
40 # Copy toybox itself
45 rm -f "${PREFIX}/${LONG_PATH}/toybox" &&
46 cp toybox ${PREFIX}/${LONG_PATH} || exit 1
48 rm -f "${PREFIX}/${LONG_PATH}/toybox" 2>/dev/null
52 # Make links to toybox
89 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i || EXIT=1
98 # compiling, which contains just toybox and symlinks to toolchain binaries.
106 # The following are commands toybox should provide, but doesn't yet.
make.sh 11 [ -z "$OUTNAME" ] && OUTNAME=toybox
49 # Create a list of all the commands toybox can provide. Note that the first
50 # entry is out of order on purpose (the toybox multiplexer command must be the
58 echo "USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))" > generated/newtoys.h
267 echo -n "Compile 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/private/
file_contexts 187 /system/bin/toybox -- u:object_r:toolbox_exec:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 182 /system/bin/toybox -- u:object_r:toolbox_exec:s0

Completed in 134 milliseconds