Searched refs:toybox (Results 1 – 14 of 14) sorted by relevance
/external/toybox/ |
D | README | 7 http://landley.net/toybox/bin 13 wget http://landley.net/toybox/bin/toybox-x86_64 14 chmod +x toybox-x86_64 15 ./toybox-x86_64 echo hello world 17 --- Building toybox 30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox 34 variables that control the toybox build; if you set a value for any of 38 toybox to run on the current machine. Cross compiling requires an appropriately 53 For a more thorough description of the toybox build process, see 54 http://landley.net/toybox/code.html#building [all …]
|
D | Makefile | 12 all: toybox 18 toybox generated/unstripped/toybox: toybox_stuff target 38 baseline: generated/unstripped/toybox 39 @cp generated/unstripped/toybox generated/unstripped/toybox_old 41 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox 42 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox 63 rm -rf toybox generated change .singleconfig*
|
D | Config.in | 16 usage: toybox [--long | --help | --version | [command] [arguments...]] 24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done 26 Most toybox commands also understand the following arguments: 29 --version Show toybox version (only) 44 Support for the Set User ID bit, to install toybox suid root and drop 49 chown root:root toybox; chmod +s toybox 110 as "help command". --version shows toybox version. 123 (free memory, close files, etc). To save size, toybox usually relies 124 on this behavior. If you're running toybox under a debugger or 125 without a real OS (ala newlib+libgloss), enable this to make toybox [all …]
|
D | run-tests-on-android.sh | 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/
|
D | Android.bp | 22 // git remote add toybox https://github.com/landley/toybox.git 23 // git fetch toybox 24 // git merge toybox/master 49 // # If you just want to use it as "toybox x" rather than "x", you can stop now. 53 name: "toybox-defaults", 451 // toybox for /system, /vendor, and /recovery 455 name: "toybox", 456 defaults: ["toybox-defaults"], 469 defaults: ["toybox-defaults"],
|
D | .gitignore | 16 toybox
|
/external/toybox/scripts/ |
D | help.txt | 1 toybox - Build toybox. 2 COMMANDNAME - Build individual toybox command as a standalone binary. 14 install_airlock - Install toybox and host toolchain into $PREFIX directory 16 install_flat - Install toybox into $PREFIX directory. 17 install - Install toybox into subdirectories of $PREFIX. 18 uninstall_flat - Remove toybox from $PREFIX directory. 19 uninstall - Remove toybox from subdirectories of $PREFIX. 21 example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install
|
D | install.sh | 46 cp toybox ${PREFIX}/${LONG_PATH} || exit 1 89 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i || EXIT=1
|
D | minicom.sh | 17 ./toybox netcat -f "$1"
|
D | make.sh | 11 [ -z "$OUTNAME" ] && OUTNAME=toybox
|
/external/toybox/tests/ |
D | killall.test | 8 yes > /dev/null" > toybox.killall.test.script 9 chmod a+x toybox.killall.test.script 11 ./toybox.killall.test.script & 14 rm -f toybox.killall.test.script
|
/external/toybox/kconfig/ |
D | README | 26 checklist item for the 1.0 toybox release. This directory contains the only
|
/external/toybox/generated/ |
D | newtoys.h | 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
|
D | flags.h | 5799 #define TT this.toybox
|