diff --git a/entry/src/main/cpp/FileAccessMethods.cpp b/entry/src/main/cpp/FileAccessMethods.cpp index 77679b8d7f340039207c219f3a346801bdfadc32..de62f69c8b1a4a9edf29b01233a19514729b542e 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);