Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds