HomeSort by relevance Sort by last modified time
    Searched refs:gProgName (Results 1 - 5 of 5) sorted by null

  /art/dexdump/
dexdump_main.cc 35 static const char* gProgName = "dexdump";
42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]"
  /frameworks/base/tools/aapt/
Main.cpp 21 static const char* gProgName = "aapt";
66 " List contents of Zip-compatible archive.\n\n", gProgName);
75 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName);
100 , gProgName);
104 gProgName);
107 " Add specified files to Zip-compatible archive.\n\n", gProgName);
111 " and store the results in the output folder.\n\n", gProgName);
114 " Do PNG preprocessing on a single file.\n\n", gProgName);
117 " Print program version.\n\n", gProgName);
271 fprintf(stderr, "%s: requested command not yet supported\n", gProgName);
    [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 27 static const char* gProgName = "obbtool";
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);
  /art/dexlist/
dexlist.cc 39 static const char* gProgName = "dexlist";
214 LOG(ERROR) << gProgName << ": [-m p.c.m] [-o outfile] dexfile...";
  /dalvik/dexdump/
DexDump.cpp 54 static const char* gProgName = "dexdump";
    [all...]

Completed in 222 milliseconds