Searched defs:gProgName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DMain.cpp20 static const char* gProgName = "aapt"; variable
48 " List contents of Zip-compatible archive.\n\n", gProgName);
56 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName);
75 , gProgName);
79 gProgName);
82 " Add specified files to Zip-compatible archive.\n\n", gProgName);
85 " Print program version.\n\n", gProgName);
177 fprintf(stderr, "%s: requested command not yet supported\n", gProgName);

Completed in 86 milliseconds