From 9426cbbb79c36473ea4896a99c3469518a9d652d Mon Sep 17 00:00:00 2001 From: WangLin305 Date: Sun, 20 Jul 2025 17:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8C=E6=BA=90=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/cpp/FileAccessMethods.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/cpp/FileAccessMethods.cpp b/entry/src/main/cpp/FileAccessMethods.cpp index 77679b8..de62f69 100644 --- a/entry/src/main/cpp/FileAccessMethods.cpp +++ b/entry/src/main/cpp/FileAccessMethods.cpp @@ -112,7 +112,7 @@ static napi_value TransferResourceMgr(napi_env env, napi_callback_info info) { if (rawFile != nullptr) { OH_LOG_Print(LOG_APP, LOG_INFO, DOMAIN, TAG, "OH_ResourceManager_OpenRawFile success."); } - // [Start long_len] + // [Start long_len] //Read the file content through the resource object long len = OH_ResourceManager_GetRawFileSize(rawFile); std::unique_ptr data = std::make_unique(len); -- Gitee