Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 13 of 13) sorted by relevance

/system/core/fs_mgr/liblp/
Dwriter.cpp245 static const int O_SYNC = 0; variable
250 android::base::unique_fd fd = opener.Open(super_partition, O_RDWR | O_SYNC); in FlashPartitionTable()
326 android::base::unique_fd fd = opener.Open(super_partition, O_RDWR | O_SYNC); in UpdatePartitionTable()
/system/extras/tests/ext4/
Drand_emmc_perf.c211 o_sync = O_SYNC; in main()
/system/extras/puncture_fs/
Dpuncture_fs.cpp84 fd = open(file_path, O_WRONLY | O_CREAT | O_SYNC, 0777); in create_unique_file()
/system/update_engine/aosp/
Dlogging_android.cc125 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW | O_SYNC, in FileLogger()
Ddynamic_partition_control_android.cc593 int flags = O_WRONLY | O_TRUNC | O_CLOEXEC | O_SYNC; in Erase()
/system/extras/tests/framebuffer/
Dfb_test.c144 fd = open("/dev/tty0", O_RDWR | O_SYNC); in gr_init()
/system/core/storaged/
Dstoraged.cpp246 O_SYNC | O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC | in flush_proto_data()
/system/extras/ioshark/
Dcompile_ioshark.c47 { "O_SYNC", O_SYNC },
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c595 open_flags = O_RDWR | O_SYNC; in main()
/system/core/fs_mgr/libdm/
Ddm_test.cpp342 unique_fd snapshot_fd(open(harness.snapshot_dev().c_str(), O_RDWR | O_CLOEXEC | O_SYNC)); in TEST()
/system/core/init/
Dreboot.cpp827 const int flags = O_RDWR | O_CREAT | O_SYNC | O_APPEND | O_CLOEXEC; in DoUserspaceReboot()
/system/gsid/
Dgsi_service.cpp122 open(install_dir_file.c_str(), O_RDWR | O_SYNC | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)); in SaveInstallation()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1205 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_DIRECT | O_SYNC | O_CLOEXEC)); in CheckMergeConsistency()