Home
last modified time | relevance | path

Searched refs:gProgName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DMain.cpp22 static const char* gProgName = "aapt"; variable
63 " List contents of Zip-compatible archive.\n\n", gProgName); in usage()
72 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName); in usage()
97 , gProgName); in usage()
101 gProgName); in usage()
104 " Add specified files to Zip-compatible archive.\n\n", gProgName); in usage()
108 " and store the results in the output folder.\n\n", gProgName); in usage()
111 " Do PNG preprocessing on a single file.\n\n", gProgName); in usage()
114 " Print program version.\n\n", gProgName); in usage()
268 fprintf(stderr, "%s: requested command not yet supported\n", gProgName); in handleCommand()
/frameworks/base/tools/obbtool/
DMain.cpp27 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()