Home
last modified time | relevance | path

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

123

/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()
Dxor_extent_writer_unittest.cc59 ASSERT_EQ(fsync(source_part_.fd), 0); in SetUp()
60 ASSERT_EQ(fsync(target_part_.fd), 0); in SetUp()
Dinstall_operation_executor_unittest.cc87 fsync(source_.fd()); in SetUp()
88 fsync(target_.fd()); in SetUp()
/system/core/fs_mgr/tools/
Ddmuserd.cpp216 if (fsync(backing_fd) < 0) { in simple_daemon()
232 if (fsync(backing_fd) < 0) { in simple_daemon()
240 if (fsync(backing_fd) < 0) { in simple_daemon()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dmerge_worker.cpp165 if (fsync(base_path_merge_fd_.get()) < 0) { in MergeReplaceZeroOps()
191 if (fsync(base_path_merge_fd_.get()) < 0) { in MergeReplaceZeroOps()
361 if (flush_required && (fsync(base_path_merge_fd_.get()) < 0)) { in MergeOrderedOpsAsync()
445 if (fsync(base_path_merge_fd_.get()) < 0) { in MergeOrderedOps()
/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/nvram/hal/
Dfake-nvram-seccomp-x86_64.policy25 fsync: 1
Dfake-nvram-seccomp-riscv64.policy25 fsync: 1
Dfake-nvram-seccomp-arm64.policy25 fsync: 1
Dfake-nvram-seccomp-arm.policy25 fsync: 1
Dfake-nvram-seccomp-x86.policy26 fsync: 1
Dfake_nvram_storage.cpp152 if (TEMP_FAILURE_RETRY(fsync(g_data_dir_fd))) { in StoreFile()
/system/gsid/
Dlibgsi.cpp56 return fsync(fd) == 0; in WriteAndSyncFile()
/system/core/fs_mgr/libsnapshot/
Dutility.cpp163 if (fsync(fd) == -1) { in FsyncDirectory()
190 if (fsync(fd) != 0) { in WriteStringToFileAtomic()
/system/security/identity/
DUtil.cpp113 if (TEMP_FAILURE_RETRY(fsync(fd))) { in fileSetContents()
/system/core/init/
Dpersistent_properties.cpp184 fsync(fd.get()); in WritePersistentPropertyFile()
202 fsync(dir_fd.get()); in WritePersistentPropertyFile()
/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp139 fsync(fd.get()); in Create()
287 if (fsync(fd)) { in Flush()
/system/extras/tests/pagingtest/
Dpagingtest.c74 if (fsync(fd) < 0) { in create_tmp_file()
/system/extras/pinner/tests/
Dmeminspect_tests.cpp37 if (fsync(test_file_fd) == -1) { in TEST()
54 fsync(drop_cache_fd); in TEST()
/system/core/trusty/storage/proxy/
Dstorage.c331 fsync(parent_fd); in sync_parent()
555 int rc = fsync(fd); in storage_file_close()
863 rc = fsync(fd); in storage_sync_checkpoint()
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.cpp198 if (fsync(fd_.get()) < 0) { in Sync()

123