MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / doVersion

Function doVersion

tools/aapt/Command.cpp:26–33  ·  view source on GitHub ↗

* Show version info. All the cool kids do it. */

Source from the content-addressed store, hash-verified

24 * Show version info. All the cool kids do it.
25 */
26int doVersion(Bundle* bundle)
27{
28 if (bundle->getFileSpecCount() != 0)
29 printf("(ignoring extra arguments)\n");
30 printf("Android Asset Packaging Tool, v0.2\n");
31
32 return 0;
33}
34
35
36/*

Callers 1

handleCommandFunction · 0.85

Calls 1

getFileSpecCountMethod · 0.80

Tested by

no test coverage detected