Home
last modified time | relevance | path

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

12345

/aosp12/system/core/storaged/
H A Dstoraged_utils.cpp79 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 Dstoraged_uid_monitor.cpp72 !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 Dbasics.cc49 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 Dcppreopts.sh31 fsync ${temp_dest_name}
36 fsync ${dest_name}
/aosp12/frameworks/base/core/java/android/os/
H A DFileBridge.java121 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 Ddmuserd.cpp215 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 DDumpstateUtil.cpp235 fsync(out_fd); in DumpFileToFd()
283 fsync(fd); in RunCommandToFd()
302 fsync(fd); in RunCommandToFd()
379 fsync(fd); in RunCommandToFd()
H A DDumpstateInternal.cpp152 fsync(out_fd); in DumpFileFromFdToFd()
161 fsync(out_fd); in DumpFileFromFdToFd()
/aosp12/system/update_engine/payload_consumer/
H A Dfile_descriptor.cc137 fsync(fd_); in Flush()
147 fsync(fd_); in Close()
/aosp12/system/bt/gd/os/linux_generic/
H A Dfiles.cc151 if (fsync(fileno(fp)) != 0) { in WriteToFile()
178 if (fsync(dir_fd) != 0) { in WriteToFile()
/aosp12/system/security/keystore/
H A Dkeystore_utils.cpp63 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 Dconfig.cc328 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 Duncrypt.cpp226 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 Dwipe.cpp66 fsync(fd); in wipe_block_device()
/aosp12/system/core/init/
H A Dpersistent_properties.cpp187 fsync(fd); in WritePersistentPropertyFile()
205 fsync(dir_fd); in WritePersistentPropertyFile()
/aosp12/system/core/trusty/storage/proxy/
H A Dstorage.c313 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 Duid_info.h51 uint64_t fsync; // number of fsync syscalls member
/aosp12/system/core/libdiskconfig/
H A Ddiskutils.c103 fsync(dst_fd); in write_raw_image()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp204 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 Dfake-nvram-seccomp-arm.policy25 fsync: 1
H A Dfake-nvram-seccomp-arm64.policy25 fsync: 1
H A Dfake-nvram-seccomp-x86.policy26 fsync: 1
H A Dfake-nvram-seccomp-x86_64.policy25 fsync: 1
/aosp12/system/gsid/
H A Dlibgsi.cpp56 return fsync(fd) == 0; in WriteAndSyncFile()
/aosp12/system/security/identity/
H A DUtil.cpp113 if (TEMP_FAILURE_RETRY(fsync(fd))) { in fileSetContents()

12345