/ohos5.0/base/update/updater/services/applypatch/ |
H A D | partition_record.cpp | 65 fsync(fd); in IsPartitionUpdated() 146 fsync(fd); in RecordPartitionUpdateStatus() 173 fsync(fd); in ClearRecordPartitionOffset()
|
H A D | raw_writer.h | 38 fsync(fd_); in ~RawWriter()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | fsync.cpp | 45 if (fsync(fd) == -1) { in Sync() 68 if (fsync(fd) == -1) { in Async()
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.c | 47 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 D | kernel-small-bundles-fs-virtual.md | 74 | fsync | 文件内容刷入设备 | √ | × | × | × | × | 207 ret = fsync(fd); 209 printf("fsync failed.\n");
|
H A D | kernel-mini-extend-file.md | 27 | 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 D | misc_info.cpp | 44 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 D | sys_file_manager.c | 26 if (fsync(fileInfo->fd) != 0) { in FileSync()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/ |
H A D | sys_file_manager.c | 26 if (fsync(fileInfo->fd) != 0) { in FileSync()
|
/ohos5.0/base/update/updater/utils/ |
H A D | partition_utils.cpp | 66 fsync(fd); in WipeBlockPartition()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | extractor_util.cpp | 75 fsync(fd); in ExtractFileToPath()
|
/ohos5.0/base/startup/init/services/param/adapter/ |
H A D | param_persistadp.c | 267 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd() 286 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/ |
H A D | preferences_file_operation.h | 107 if (fsync(fd) == -1) { in Fsync()
|
/ohos5.0/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 951 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 D | partition.cpp | 70 fsync(fd); in DoErase()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | fd_output.cpp | 87 fsync(rawParamFd); in OutMethod()
|
/ohos5.0/base/tee/tee_client/services/teecd/include/ |
H A D | fs_work_agent.h | 146 } fsync; member
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 86 (void)fsync(fileno(fileOperator)); in WriteFile()
|
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | imagepatch_unittest.h | 44 if (fsync(fd_) == -1) { in Write()
|
/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | do_partition.cpp | 74 status = fsync (bs->fd); in DoFsync() 234 fsync(fd); in WriteMiscMsgWithOffset()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | file_operator.c | 94 (void)fsync(fileno(fileOperator)); in WriteFile()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/ |
H A D | net_policy_file_event_handler.cpp | 129 if (fsync(fd) != 0) { in DeleteBak()
|
/ohos5.0/base/startup/init/services/param/liteos/ |
H A D | param_persistadp.c | 112 (void)fsync(fileno(fp)); in BatchSavePersistParamEnd()
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | update_commander.cpp | 105 fsync(fd_); in DoUpdate()
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | file_operator.cpp | 74 if (fsync(fileno(fp)) != 0) { in InputFileByPathAndContent()
|