From b3362d0de46840a63b4512de3b12ec2e6a5c1417 Mon Sep 17 00:00:00 2001 From: tianp Date: Mon, 4 Aug 2025 20:23:11 +0800 Subject: [PATCH] =?UTF-8?q?fsync=E6=8E=A5=E5=8F=A3=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tianp Change-Id: Ie47b22b3316a5afacad503016bf07a6782c198a3 --- interfaces/kits/js/src/mod_fs/properties/fsync_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/fsync_core.h b/interfaces/kits/js/src/mod_fs/properties/fsync_core.h index ce2b66835..4c6fb4d5d 100644 --- a/interfaces/kits/js/src/mod_fs/properties/fsync_core.h +++ b/interfaces/kits/js/src/mod_fs/properties/fsync_core.h @@ -24,6 +24,6 @@ class FsyncCore final { public: static FsResult DoFsync(const int32_t &fd); }; -const std::string PROCEDURE_FSYNC_NAME = "FileIOFsync"; + } // namespace OHOS::FileManagement::ModuleFileIO #endif // INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_FSYNC_CORE_H \ No newline at end of file -- Gitee