Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp65 fsync(fd); in IsPartitionUpdated()
146 fsync(fd); in RecordPartitionUpdateStatus()
173 fsync(fd); in ClearRecordPartitionOffset()
H A Draw_writer.h38 fsync(fd_); in ~RawWriter()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dfsync.cpp45 if (fsync(fd) == -1) { in Sync()
68 if (fsync(fd) == -1) { in Async()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_util.c47 static int (*hiview_fsync)(int) = fsync;
143 hiview_fsync = fsync; in HIVIEW_InitHook()
153 hiview_fsync = (hooks->fsync_fn) == NULL ? fsync : hooks->fsync_fn; in HIVIEW_InitHook()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-bundles-fs-virtual.md74 | fsync | 文件内容刷入设备 | √ | × | × | × | × |
207 ret = fsync(fd);
209 printf("fsync failed.\n");
H A Dkernel-mini-extend-file.md27 | fsync | 文件内容刷入存储设备 | 支持 | 支持 |
264 ret = fsync(fd);
266 printf("fsync failed.\n");
480 ret = fsync(fd);
482 printf("fsync failed.\n");
/ohos5.0/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp44 if (fsync(fileno(fp)) == -1) { in WriteUpdaterMessage()
143 if (fsync(fileno(fp)) == -1) { in WriteUpdaterParaMisc()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_file_manager.c26 if (fsync(fileInfo->fd) != 0) { in FileSync()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/
H A Dsys_file_manager.c26 if (fsync(fileInfo->fd) != 0) { in FileSync()
/ohos5.0/base/update/updater/utils/
H A Dpartition_utils.cpp66 fsync(fd); in WipeBlockPartition()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp75 fsync(fd); in ExtractFileToPath()
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c267 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd()
286 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h107 if (fsync(fd) == -1) { in Fsync()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c951 ret = fsync(toFd); in DoCopy()
1100 …if (transControl->args.fsync.fd != 0 && FindOpenFile(transControl->args.fsync.fd, &selFile) != 0) { in FsyncWork()
1112 ret = fsync(fd); in FsyncWork()
1121 tlogv("fsync file %d success\n", transControl->args.fsync.fd); in FsyncWork()
1123 tloge("can't find opened file(fileno = %d)\n", transControl->args.fsync.fd); in FsyncWork()
/ohos5.0/base/update/updater/services/flashd/
H A Dpartition.cpp70 fsync(fd); in DoErase()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp87 fsync(rawParamFd); in OutMethod()
/ohos5.0/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h146 } fsync; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dfile_operator.c86 (void)fsync(fileno(fileOperator)); in WriteFile()
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.h44 if (fsync(fd_) == -1) { in Write()
/ohos5.0/base/update/updater/services/fs_manager/
H A Ddo_partition.cpp74 status = fsync (bs->fd); in DoFsync()
234 fsync(fd); in WriteMiscMsgWithOffset()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c94 (void)fsync(fileno(fileOperator)); in WriteFile()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnet_policy_file_event_handler.cpp129 if (fsync(fd) != 0) { in DeleteBak()
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c112 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd()
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dupdate_commander.cpp105 fsync(fd_); in DoUpdate()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dfile_operator.cpp74 if (fsync(fileno(fp)) != 0) { in InputFileByPathAndContent()

12345