Home
last modified time | relevance | path

Searched refs:ptrFd (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_internal.cpp75 int *ptrFd = static_cast<int *>(malloc(sizeof(fd))); in FillFdOpenFileFunc() local
76 if (ptrFd == nullptr) { in FillFdOpenFileFunc()
77 free(ptrFd); in FillFdOpenFileFunc()
80 *ptrFd = fd; in FillFdOpenFileFunc()
81 pzlibFilefuncDef->opaque = ptrFd; in FillFdOpenFileFunc()

Completed in 1 milliseconds