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

Method getJunkPath

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

Source from the content-addressed store, hash-verified

107 int getCompressionMethod(void) const { return mCompressionMethod; }
108 void setCompressionMethod(int val) { mCompressionMethod = val; }
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; }

Callers 1

doAddFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected