Searched refs:addGzip (Results 1 – 3 of 3) sorted by relevance
98 status_t addGzip(const char* fileName, const char* storageName, in addGzip() function
324 result = zip->addGzip(file->getSourceFile().string(), storageName.string(), &entry); in processFile()
2417 result = zip->addGzip(fileName, String8(fileName).getBasePath().string(), NULL); in doAdd()