From 8d56bae6b5d4ba2fc727ea3b939203fcecae46bc Mon Sep 17 00:00:00 2001 From: yangbiao59 Date: Fri, 1 Aug 2025 03:32:20 +0000 Subject: [PATCH] =?UTF-8?q?access=5Fcore=E6=96=87=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E8=A7=84=E8=8C=83=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbiao59 --- interfaces/kits/js/src/mod_fs/properties/access_core.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/access_core.cpp b/interfaces/kits/js/src/mod_fs/properties/access_core.cpp index 7253e41fd..200c821c9 100644 --- a/interfaces/kits/js/src/mod_fs/properties/access_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/access_core.cpp @@ -123,8 +123,11 @@ static int HandleLocalCheck(const string &path, int mode) } return ENOENT; } - // check if the distributed file of /data/storage/el2/distributedfiles is on the local, - // convert into physical path(/mnt/hmdfs//account/device_view/local/data/) and check + + /* + * check if the distributed file of /data/storage/el2/distributedfiles is on the local, + * convert into physical path(/mnt/hmdfs//account/device_view/local/data/) and check + */ if (path.find(DISTRIBUTED_FILE_PREFIX) == 0) { int userId = GetCurrentUserId(); string bundleName = GetSelfBundleName(); -- Gitee