Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c72 static int ZipAddFile(const char* file, int offset, zipFile zf) in ZipAddFile() function
212 } else if ((ret = ZipAddFile(fullPath, offset, zf)) != 0) { in ZipAddDir()