Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp2024 auto outPutFd = BundleUtil::CreateFileDescriptor(tmpPath, 0); in DecryptSoFile() local
2025 if (outPutFd < 0) { in DecryptSoFile()
2032 if (write(outPutFd, addr, innerFileSize) != INVALID_RETURN_VALUE) { in DecryptSoFile()
2038 close(outPutFd); in DecryptSoFile()