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

  /external/toybox/tests/
killall.test 8 yes > /dev/null" > toybox.killall.test.script
9 chmod a+x toybox.killall.test.script
11 ./toybox.killall.test.script &
12 testing "script" "killall toybox.killall.test.script && echo killed ; pgrep -l toybox.killall.test.script || echo really" "killed\nreally\n" "" ""
14 rm -f toybox.killall.test.script
  /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: generated/unstripped/toybox_old generated/unstripped/toybox
38 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
59 rm -rf toybox generated change .singleconfig*
run-tests-on-android.sh 3 # Copy the toybox tests across.
4 adb shell mkdir /data/local/tmp/toybox-tests/
5 adb push tests/ /data/local/tmp/toybox-tests/
6 adb push scripts/runtest.sh /data/local/tmp/toybox-tests/
25 if [ "$implementation" != "/system/bin/toybox" ]; then
26 echo "-- note: $toy is non-toybox implementation"
29 adb shell -t "export FILES=/data/local/tmp/toybox-tests/tests/files/ ; \
35 source /data/local/tmp/toybox-tests/runtest.sh ; \
36 source /data/local/tmp/toybox-tests/tests/$toy.test"
  /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 70 toybox \
  /development/python-packages/gdbrunner/
__init__.py 89 # API 26 use toybox instead of toolbox for ps and needs -A to list
103 elif [ $(readlink /system/bin/ps) == "toybox" ]; then
  /external/toybox/generated/
newtoys.h 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
flags.h     [all...]
  /system/sepolicy/prebuilts/api/27.0/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
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 198 /system/bin/toybox -- u:object_r:toolbox_exec:s0
  /system/sepolicy/private/
file_contexts 198 /system/bin/toybox -- u:object_r:toolbox_exec:s0

Completed in 194 milliseconds