Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 45) 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/extras/ext4_utils/
Dwipe.cpp67 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-arm64.policy25 fsync: 1
Dfake-nvram-seccomp-x86_64.policy25 fsync: 1
Dfake-nvram-seccomp-arm.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.cpp60 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/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/identity/
DUtil.cpp113 if (TEMP_FAILURE_RETRY(fsync(fd))) { in fileSetContents()
/system/extras/libperfmgr/
DFileNode.cc72 fsync(fd_); in Update()
/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()
/system/extras/tests/pagingtest/
Dpagingtest.c74 if (fsync(fd) < 0) { in create_tmp_file()
/system/vold/
Dsecdiscard.cpp153 fsync(fs_fd.get()); in secdiscard_path()
DCheckpoint.cpp561 fsync(device_fd); in restoreSector()
566 fsync(device_fd); in restoreSector()
584 fsync(device_fd); in restoreSector()
/system/extras/boot_control_copy/
Dboot_control_copy.cpp197 if (fsync(dst_fd) != 0) { in module_setActiveBootSlot()
/system/extras/ioshark/
Dioshark_bench_subr.c131 if (!db_node->readonly && fsync(db_node->fd) < 0) { in files_db_fsync_discard_files()
295 if (fsync(fd) < 0) { in create_file()

12