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

Method getData

tools/aapt/AaptAssets.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 // getSourceFile() is not used.
189 bool hasData() const { return mData != NULL; }
190 const void* getData() const { return mData; }
191 size_t getSize() const { return mDataSize; }
192 void* editData(size_t size);
193 void* editData(size_t* outSize = NULL);

Callers 15

preProcessImageFunction · 0.45
compileXmlFileFunction · 0.45
flattenMethod · 0.45
setStringsMethod · 0.45
writeStringBlockMethod · 0.45
addIncludedResourcesMethod · 0.45
writeResFileFunction · 0.45
writeResFileFDFunction · 0.45
processFileFunction · 0.45
processOverlayFileFunction · 0.45
buildResourcesFunction · 0.45
parseXMLResourceFunction · 0.45

Calls

no outgoing calls

Tested by 1

onActivityResultMethod · 0.36