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 7253e41fdd77f2080fc10a7ecd39e82a1fb5bfe3..200c821c96eefe7cb2602844e9e05660a36c042e 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();