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/bin/toybox-x86_64 14 chmod +x toybox-x86_64 15 ./toybox-x86_64 echo hello world 17 --- Building toybox 24 LDFLAGS="--static" CROSS_COMPILE=armv5l- make toybox 28 toybox to run on the current machine. Cross compiling requires an appropriately 43 --- Using toybox 45 The toybox build produces a multicall binary, a "swiss-army-knife" program 47 Installing toybox adds symlinks for each command name to the $PATH. [all …]
|
D | Config.in | 16 usage: toybox [--long | --version | [command] [arguments...]] 22 --version Show toybox version 25 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done 31 Support for the Set User ID bit, to install toybox suid root and drop 36 chown root:root toybox; chmod +s toybox 97 (free memory, close files, etc). To save size, toybox usually relies 98 on this behavior. If you're running toybox under a debugger or 99 without a real OS (ala newlib+libgloss), enable this to make toybox 106 When one toybox command calls another, usually it just calls the new 110 This disables that optimization, so toybox will run external commands [all …]
|
D | Makefile | 4 all: toybox 10 toybox toybox_unstripped: toybox_stuff target 52 rm -rf toybox toybox_unstripped generated change .singleconfig*
|
D | .gitignore | 12 toybox
|
D | Android.mk | 216 LOCAL_MODULE := toybox 342 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,$(ALL_TOOLS),ln -sf toybox $(TARGET_OUT)/bin/$(t);)
|
/external/toybox/scripts/ |
D | install.sh | 48 cp toybox ${PREFIX}/${LONG_PATH} || exit 1 90 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i ||
|
D | make.sh | 274 if ! do_loudly ${CROSS_COMPILE}strip toybox_unstripped -o toybox 276 echo "strip failed, using unstripped" && cp toybox_unstripped toybox || 281 do_loudly chmod +x toybox || exit 1
|
D | minicom.sh | 17 ./toybox netcat -f "$1"
|
D | single.sh | 32 mv toybox $PREFIX$i || exit 1
|
/external/toybox/toys/example/ |
D | README | 4 toybox infrastructure and provides templates for new commands.
|
/external/toybox/kconfig/ |
D | README | 23 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 | 4664 #define TT this.toybox
|
/external/sepolicy/ |
D | file_contexts | 135 /system/bin/toybox -- u:object_r:toolbox_exec:s0
|