Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.h120 status_t writeStringBlock(const sp<AaptFile>& pool);
DStringPool.cpp376 status_t err = writeStringBlock(pool); in createStringBlock()
390 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock() function in StringPool
DResourceTable.cpp3314 status_t err = valueStrings.writeStringBlock(dest); in flatten()