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

Method getOutputAPKFile

tools/aapt/Bundle.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 bool getJunkPath(void) const { return mJunkPath; }
110 void setJunkPath(bool val) { mJunkPath = val; }
111 const char* getOutputAPKFile() const { return mOutputAPKFile; }
112 void setOutputAPKFile(const char* val) { mOutputAPKFile = val; }
113 const char* getOutputResDir() { return mOutputResourcesArscDir; }
114 const char* getOutputResApk() { return mOutputResourcesApkFile; }

Callers 3

doPackageFunction · 0.80
flattenMethod · 0.80
buildResourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected