Searched refs:gProgName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Main.cpp | 20 static const char* gProgName = "aapt"; variable 48 " List contents of Zip-compatible archive.\n\n", gProgName); in usage() 56 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName); in usage() 78 , gProgName); in usage() 82 gProgName); in usage() 85 " Add specified files to Zip-compatible archive.\n\n", gProgName); in usage() 88 " Do PNG preprocessing and store the results in output folder.\n\n", gProgName); in usage() 91 " Print program version.\n\n", gProgName); in usage() 203 fprintf(stderr, "%s: requested command not yet supported\n", gProgName); in handleCommand()
|
/frameworks/base/tools/obbtool/ |
D | Main.cpp | 27 static const char* gProgName = "obbtool"; variable 76 " Adds an OBB signature to the file.\n\n", gProgName); in usage() 86 " Removes the OBB signature from the file.\n\n", gProgName); in usage() 89 " Prints the OBB signature information of a file.\n\n", gProgName); in usage() 244 fprintf(stderr, "%s %s\n", gProgName, gProgVersion); in main()
|
/frameworks/base/tools/validatekeymaps/ |
D | Main.cpp | 29 static const char* gProgName = "validatekeymaps"; variable 47 gProgName); in usage()
|