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

Method createStringBlock

tools/aapt/StringPool.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345sp<AaptFile> StringPool::createStringBlock()
346{
347 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(),
348 String8());
349 status_t err = writeStringBlock(pool);
350 return err == NO_ERROR ? pool : NULL;
351}
352
353#define ENCODE_LENGTH(str, chrsz, strSize) \
354{ \

Callers 2

flattenMethod · 0.80
flattenMethod · 0.80

Calls 1

AaptGroupEntryClass · 0.85

Tested by

no test coverage detected