X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/dddb1fc74cc15f34219c2b4eda474245335cdc90..746e987f41f60fb61d8e6a2b14cd3d88f2ba521e:/Images.h diff --git a/Images.h b/Images.h index 4816905..91b6554 100644 --- a/Images.h +++ b/Images.h @@ -15,10 +15,10 @@ using android::String8; -status_t preProcessImage(Bundle* bundle, const sp& assets, +status_t preProcessImage(const Bundle* bundle, const sp& assets, const sp& file, String8* outNewLeafName); -status_t preProcessImageToCache(Bundle* bundle, String8 source, String8 dest); +status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest); status_t postProcessImage(const sp& assets, ResourceTable* table, const sp& file);