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