Searched refs:initFromExternal (Results 1 – 3 of 3) sorted by relevance
171 status_t initFromExternal(const ZipEntry* pEntry);
553 result = pEntry->initFromExternal(pSourceEntry); in add()658 result = pEntry->initFromExternal(pSourceEntry); in addRecompress()
145 status_t ZipEntry::initFromExternal(const ZipEntry* pEntry) in initFromExternal() function in android::ZipEntry