Searched refs:TOOL (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Dtoolbox.c18 #define TOOL(name) int name##_main(int, char**); macro
20 #undef TOOL macro
28 #define TOOL(name) { #name, name##_main }, macro
30 #undef TOOL macro
H A DAndroid.mk115 $(TOOLS_H): PRIVATE_CUSTOM_TOOL = echo "/* file generated automatically */" > $@ ; for t in $(PRIVATE_TOOLS) ; do echo "TOOL($$t)" >> $@ ; done

Completed in 395 milliseconds