| 195 | void setSingleCrunchOutputFile(const char* val) { mSingleCrunchOutputFile = val; } |
| 196 | void setInternalZipPath(const char* val) { mInternalZipPath = val; } |
| 197 | const char* getInternalZipPath() const { return mInternalZipPath; } |
| 198 | |
| 199 | /* |
| 200 | * Set and get the file specification. |