Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 39) 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()
96 !ParseUint(fields[size - 2], &io[FOREGROUND].fsync) || in parse_task_io_stats()
97 !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/extras/ext4_utils/
Dwipe.cpp65 fsync(fd); in wipe_block_device()
/system/core/storaged/include/
Duid_info.h51 uint64_t fsync; // number of fsync syscalls member
/system/core/libdiskconfig/
Ddiskutils.c103 fsync(dst_fd); in write_raw_image()
/system/nvram/hal/
Dfake-nvram-seccomp-arm64.policy25 fsync: 1
Dfake-nvram-seccomp-arm.policy25 fsync: 1
Dfake-nvram-seccomp-x86.policy26 fsync: 1
Dfake-nvram-seccomp-x86_64.policy25 fsync: 1
Dfake_nvram_storage.cpp152 if (TEMP_FAILURE_RETRY(fsync(g_data_dir_fd))) { in StoreFile()
/system/bt/osi/src/
Dconfig.cc298 if (fsync(fileno(fp)) < 0) { in config_save()
326 if (fsync(dir_fd) < 0) { in config_save()
399 if (fsync(fileno(fp)) < 0) { in checksum_save()
427 if (fsync(dir_fd) < 0) { in checksum_save()
/system/gsid/
Dlibgsi.cpp53 return fsync(fd) == 0; in WriteAndSyncFile()
/system/extras/libperfmgr/
DFileNode.cc70 fsync(fd_); in Update()
/system/core/trusty/storage/proxy/
Dstorage.c313 int rc = fsync(fd); in storage_file_close()
495 rc = fsync(fd); in storage_sync_checkpoint()
508 rc = fsync(ssdir_fd); in storage_sync_checkpoint()
/system/security/keystore/
Dkeystore_utils.cpp60 if (TEMP_FAILURE_RETRY(fsync(fd)) == -1) { in writeFully()
/system/extras/tests/pagingtest/
Dpagingtest.c74 if (fsync(fd) < 0) { in create_tmp_file()
/system/extras/boot_control_copy/
Dboot_control_copy.cpp197 if (fsync(dst_fd) != 0) { in module_setActiveBootSlot()
/system/vold/
DCheckpoint.cpp523 fsync(device_fd); in restoreSector()
528 fsync(device_fd); in restoreSector()
546 fsync(device_fd); in restoreSector()
/system/core/init/
Dpersistent_properties.cpp186 fsync(fd); in WritePersistentPropertyFile()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp192 fsync(fd); in debug()
/system/core/fs_mgr/libfiemap_writer/
Dsplit_fiemap_writer.cpp260 if (fsync(fd)) { in Flush()
/system/extras/ioshark/
Dioshark_bench_subr.c132 if (!db_node->readonly && fsync(db_node->fd) < 0) { in files_db_fsync_discard_files()
299 if (fsync(fd) < 0) { in create_file()
/system/extras/libperfmgr/tests/
DPropertyNodeTest.cc72 fsync(dumptf.fd); in TEST()
/system/update_engine/sample_images/
Dgenerate_images.sh102 sudo dd of="${mntdir}"/removed conv=fsync status=none

12