Home
last modified time | relevance | path

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

12

/system/core/storaged/
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()
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()
/system/extras/cppreopts/
Dcppreopts.sh31 fsync ${temp_dest_name}
36 fsync ${dest_name}
/system/update_engine/payload_consumer/
Dfile_descriptor.cc137 fsync(fd_); in Flush()
147 fsync(fd_); in Close()
/system/core/fs_mgr/tools/
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()
/system/extras/ext4_utils/
Dwipe.cpp66 fsync(fd); in wipe_block_device()
/system/core/storaged/include/
Duid_info.h51 uint64_t fsync; // number of fsync syscalls member
/system/bt/gd/os/linux_generic/
Dfiles.cc151 if (fsync(fileno(fp)) != 0) { in WriteToFile()
178 if (fsync(dir_fd) != 0) { in WriteToFile()
/system/security/keystore/
Dkeystore_utils.cpp63 if (TEMP_FAILURE_RETRY(fsync(fd)) == -1) { in writeFully()
101 if (TEMP_FAILURE_RETRY(fsync(dir_fd)) == -1) { in fsyncDirectory()
/system/core/libdiskconfig/
Ddiskutils.c103 fsync(dst_fd); in write_raw_image()
/system/nvram/hal/
Dfake-nvram-seccomp-x86.policy26 fsync: 1
Dfake-nvram-seccomp-x86_64.policy25 fsync: 1
Dfake-nvram-seccomp-arm.policy25 fsync: 1
Dfake-nvram-seccomp-arm64.policy25 fsync: 1
Dfake_nvram_storage.cpp152 if (TEMP_FAILURE_RETRY(fsync(g_data_dir_fd))) { in StoreFile()
/system/core/init/
Dpersistent_properties.cpp187 fsync(fd); in WritePersistentPropertyFile()
205 fsync(dir_fd); in WritePersistentPropertyFile()
/system/gsid/
Dlibgsi.cpp56 return fsync(fd) == 0; in WriteAndSyncFile()
/system/bt/osi/src/
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()
/system/security/identity/
DUtil.cpp113 if (TEMP_FAILURE_RETRY(fsync(fd))) { in fileSetContents()
/system/core/trusty/storage/proxy/
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()
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp204 if (fsync(snap_fd)) { in Create()
305 if (fsync(image_fd)) { in SetupImages()
322 if (fsync(cow_fd)) { in SetupImages()
Dsnapshot_writer.cpp135 if (fsync(snapshot_fd_.get()) < 0) { in Finalize()
/system/extras/tests/pagingtest/
Dpagingtest.c74 if (fsync(fd) < 0) { in create_tmp_file()
/system/vold/
Dsecdiscard.cpp194 fsync(fs_fd.get()); in secdiscard_path()
/system/extras/boot_control_copy/
Dboot_control_copy.cpp184 if (fsync(dst_fd) != 0) { in module_setActiveBootSlot()

12