Searched refs:gProgName (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt/ |
H A D | Main.cpp | 22 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()
|
/aosp12/frameworks/base/tools/obbtool/ |
H A 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()
|
/aosp12/art/dexdump/ |
H A D | dexdump_main.cc | 35 static const char* gProgName = "dexdump"; variable 42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]" in usage()
|
/aosp12/art/dexlist/ |
H A D | dexlist.cc | 40 static const char* gProgName = "dexlist"; variable 202 LOG(ERROR) << gProgName << ": [-m p.c.m] [-o outfile] dexfile..."; in usage()
|