X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/bb8601b61555402310166405ba7a35f3a20c1c61..c232174f12d3df4a0acee19bfd1ce3ffb33b0fe2:/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);