Searched refs:gProgName (Results 1 - 3 of 3) 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);
57 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName);
81 , gProgName);
85 gProgName);
88 " Add specified files to Zip-compatible archive.\n\n", gProgName);
92 " and store the results in the output folder.\n\n", gProgName);
95 " Do PNG preprocessing on a single file.\n\n", gProgName);
98 " Print program version.\n\n", gProgName);
239 fprintf(stderr, "%s: requested command not yet supported\n", gProgName);
[all...]
/frameworks/base/tools/validatekeymaps/
H A DMain.cpp29 static const char* gProgName = "validatekeymaps"; variable
47 gProgName);
/frameworks/base/tools/obbtool/
H A DMain.cpp27 static const char* gProgName = "obbtool"; variable
76 " Adds an OBB signature to the file.\n\n", gProgName);
86 " Removes the OBB signature from the file.\n\n", gProgName);
89 " Prints the OBB signature information of a file.\n\n", gProgName);
244 fprintf(stderr, "%s %s\n", gProgName, gProgVersion);

Completed in 92 milliseconds