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

Method run

tools/aapt/Resource.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 virtual bool run() {
319 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
320 if (status) {
321 *mHasErrors = true;
322 }
323 return true; // continue even if there are errors
324 }
325
326private:
327 const Bundle* mBundle;

Callers

nothing calls this directly

Calls 1

preProcessImageFunction · 0.85

Tested by

no test coverage detected