| 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; } |
no outgoing calls
no test coverage detected