Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DZipFileCRO.cpp41 bool ZipFileCRO_getEntryInfo(ZipFileCRO zipToken, ZipEntryRO entryToken, in ZipFileCRO_getEntryInfo() argument
45 ZipEntryRO entry = (ZipEntryRO)entryToken; in ZipFileCRO_getEntryInfo()
50 bool ZipFileCRO_uncompressEntry(ZipFileCRO zipToken, ZipEntryRO entryToken, int fd) { in ZipFileCRO_uncompressEntry() argument
52 ZipEntryRO entry = (ZipEntryRO)entryToken; in ZipFileCRO_uncompressEntry()