OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gProgName
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt/
Main.cpp
20
static const char*
gProgName
= "aapt";
48
" List contents of Zip-compatible archive.\n\n",
gProgName
);
57
" xmlstrings Print the strings of the given compiled xml assets.\n\n",
gProgName
);
79
,
gProgName
);
83
gProgName
);
86
" Add specified files to Zip-compatible archive.\n\n",
gProgName
);
90
" and store the results in the output folder.\n\n",
gProgName
);
93
" Do PNG preprocessing on a single file.\n\n",
gProgName
);
96
" Print program version.\n\n",
gProgName
);
220
fprintf(stderr, "%s: requested command not yet supported\n",
gProgName
);
[
all
...]
/frameworks/base/tools/validatekeymaps/
Main.cpp
29
static const char*
gProgName
= "validatekeymaps";
47
gProgName
);
/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);
/dalvik/dexlist/
DexList.cpp
39
static const char*
gProgName
= "dexlist";
250
fprintf(stderr, "%s: dexfile [dexfile2 ...]\n",
gProgName
);
282
fprintf(stderr, "%s: no file specified\n",
gProgName
);
/dalvik/dexdump/
DexDump.cpp
53
static const char*
gProgName
= "dexdump";
[
all
...]
Completed in 119 milliseconds