/aosp12/system/core/storaged/ |
H A D | storaged_utils.cpp | 79 uid.io[0].fsync, uid.io[1].fsync); in log_console_running_uids_info() 88 task.io[0].fsync, task.io[1].fsync); in log_console_running_uids_info()
|
H A D | storaged_uid_monitor.cpp | 72 !ParseUint(fields[9], &io[FOREGROUND].fsync) || in parse_uid_io_stats() 73 !ParseUint(fields[10], &io[BACKGROUND].fsync)) { in parse_uid_io_stats() 95 !ParseUint(fields[size - 2], &io[FOREGROUND].fsync) || in parse_task_io_stats() 96 !ParseUint(fields[size - 1], &io[BACKGROUND].fsync)) { in parse_task_io_stats()
|
/aosp12/art/test/901-hello-ti-agent/ |
H A D | basics.cc | 49 fsync(1); in VMStartCallback() 56 fsync(1); in VMInitCallback() 61 fsync(1); in VMDeathCallback() 89 fsync(1); in OnLoad()
|
/aosp12/system/extras/cppreopts/ |
H A D | cppreopts.sh | 31 fsync ${temp_dest_name} 36 fsync ${dest_name}
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | FileBridge.java | 121 Os.fsync(mTarget.getFileDescriptor()); in run() 126 Os.fsync(mTarget.getFileDescriptor()); in run() 163 public void fsync() throws IOException { in fsync() method in FileBridge.FileBridgeOutputStream
|
/aosp12/system/core/fs_mgr/tools/ |
H A D | dmuserd.cpp | 215 if (fsync(backing_fd) < 0) { in simple_daemon() 231 if (fsync(backing_fd) < 0) { in simple_daemon() 239 if (fsync(backing_fd) < 0) { in simple_daemon()
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateUtil.cpp | 235 fsync(out_fd); in DumpFileToFd() 283 fsync(fd); in RunCommandToFd() 302 fsync(fd); in RunCommandToFd() 379 fsync(fd); in RunCommandToFd()
|
H A D | DumpstateInternal.cpp | 152 fsync(out_fd); in DumpFileFromFdToFd() 161 fsync(out_fd); in DumpFileFromFdToFd()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | file_descriptor.cc | 137 fsync(fd_); in Flush() 147 fsync(fd_); in Close()
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | files.cc | 151 if (fsync(fileno(fp)) != 0) { in WriteToFile() 178 if (fsync(dir_fd) != 0) { in WriteToFile()
|
/aosp12/system/security/keystore/ |
H A D | keystore_utils.cpp | 63 if (TEMP_FAILURE_RETRY(fsync(fd)) == -1) { in writeFully() 101 if (TEMP_FAILURE_RETRY(fsync(dir_fd)) == -1) { in fsyncDirectory()
|
/aosp12/system/bt/osi/src/ |
H A D | config.cc | 328 if (fsync(fileno(fp)) < 0) { in config_save() 356 if (fsync(dir_fd) < 0) { in config_save() 429 if (fsync(fileno(fp)) < 0) { in checksum_save() 457 if (fsync(dir_fd) < 0) { in checksum_save()
|
/aosp12/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 226 if (fsync(fd) == -1) { in RetryFibmap() 427 if (fsync(mapfd) == -1) { in ProductBlockMap() 437 if (fsync(wfd) == -1) { in ProductBlockMap() 458 if (fsync(dfd) == -1) { in ProductBlockMap()
|
/aosp12/system/extras/ext4_utils/ |
H A D | wipe.cpp | 66 fsync(fd); in wipe_block_device()
|
/aosp12/system/core/init/ |
H A D | persistent_properties.cpp | 187 fsync(fd); in WritePersistentPropertyFile() 205 fsync(dir_fd); in WritePersistentPropertyFile()
|
/aosp12/system/core/trusty/storage/proxy/ |
H A D | storage.c | 313 int rc = fsync(fd); in storage_file_close() 494 rc = fsync(fd); in storage_sync_checkpoint() 507 rc = fsync(ssdir_fd); in storage_sync_checkpoint()
|
/aosp12/system/core/storaged/include/ |
H A D | uid_info.h | 51 uint64_t fsync; // number of fsync syscalls member
|
/aosp12/system/core/libdiskconfig/ |
H A D | diskutils.c | 103 fsync(dst_fd); in write_raw_image()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | power_test.cpp | 204 if (fsync(snap_fd)) { in Create() 305 if (fsync(image_fd)) { in SetupImages() 322 if (fsync(cow_fd)) { in SetupImages()
|
/aosp12/system/nvram/hal/ |
H A D | fake-nvram-seccomp-arm.policy | 25 fsync: 1
|
H A D | fake-nvram-seccomp-arm64.policy | 25 fsync: 1
|
H A D | fake-nvram-seccomp-x86.policy | 26 fsync: 1
|
H A D | fake-nvram-seccomp-x86_64.policy | 25 fsync: 1
|
/aosp12/system/gsid/ |
H A D | libgsi.cpp | 56 return fsync(fd) == 0; in WriteAndSyncFile()
|
/aosp12/system/security/identity/ |
H A D | Util.cpp | 113 if (TEMP_FAILURE_RETRY(fsync(fd))) { in fileSetContents()
|