Home
last modified time | relevance | path

Searched refs:writeStringBlock (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DStringPool.h123 status_t writeStringBlock(const sp<AaptFile>& pool);
DStringPool.cpp369 status_t err = writeStringBlock(pool); in createStringBlock()
383 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock() function in StringPool
DResourceTable.cpp3185 status_t err = valueStrings.writeStringBlock(dest); in flatten()