Searched refs:outPutFd (Results 1 – 1 of 1) sorted by relevance
2024 auto outPutFd = BundleUtil::CreateFileDescriptor(tmpPath, 0); in DecryptSoFile() local2025 if (outPutFd < 0) { in DecryptSoFile()2032 if (write(outPutFd, addr, innerFileSize) != INVALID_RETURN_VALUE) { in DecryptSoFile()2038 close(outPutFd); in DecryptSoFile()