Home
last modified time | relevance | path

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

12

/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd_hostops.c48 .op_fsync = fsync,
Ddd.c100 .op_fsync = fsync,
/system/core/libdiskconfig/
Ddiskutils.c103 fsync(dst_fd); in write_raw_image()
/system/core/storaged/include/
Dstoraged_uid_monitor.h49 uint64_t fsync; // number of fsync syscalls member
/system/nvram/hal/
Dfake-nvram-seccomp-arm64.policy25 fsync: 1
Dfake-nvram-seccomp-x86.policy26 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/tpm/tpm_manager/server/
Dlocal_data_store_impl.cc89 int result = HANDLE_EINTR(fsync(dir_fd)); in Write()
Dtpm_managerd-seccomp-amd64.policy56 fsync: 1
/system/core/storaged/
Dstoraged_utils.cpp193 uid.io[0].fsync, uid.io[1].fsync); in log_console_running_uids_info()
Dstoraged_uid_monitor.cpp87 !ParseUint(fields[9], &u.io[FOREGROUND].fsync) || in get_uid_io_stats_locked()
88 !ParseUint(fields[10], &u.io[BACKGROUND].fsync)) { in get_uid_io_stats_locked()
/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.cpp57 if (TEMP_FAILURE_RETRY(fsync(fd)) == -1) { in writeFully()
/system/extras/tests/sdcard/
Dsysutil.cpp401 fsync(fd); in fsyncAndDropCaches()
402 fsync(fd); in fsyncAndDropCaches()
Dsdcard_perf_test.cpp476 fsync(fd); in writeData()
/system/extras/tests/pagingtest/
Dpagingtest.c74 if (fsync(fd) < 0) { in create_tmp_file()
/system/tpm/attestation/server/
Ddatabase_impl.cc136 int result = HANDLE_EINTR(fsync(dir_fd)); in Write()
/system/core/healthd/
Dhealthd_common.cpp160 fsync(fd); in healthd_dump_battery_state()
/system/extras/boot_control_copy/
Dboot_control_copy.c196 if (fsync(dst_fd) != 0) { in module_setActiveBootSlot()
/system/bt/osi/src/
Dconfig.cc356 if (fsync(fileno(fp)) < 0) { in config_save()
383 if (fsync(dir_fd) < 0) { in config_save()
/system/extras/ioshark/
Dioshark_bench_subr.c129 if (!db_node->readonly && fsync(db_node->fd) < 0) { in files_db_fsync_discard_files()
294 if (fsync(fd) < 0) { in create_file()
/system/update_engine/sample_images/
Dgenerate_images.sh99 sudo dd of="${mntdir}"/removed conv=fsync status=none
/system/core/storaged/tests/
Dstoraged_test.cpp43 fsync(fd); in pause()

12