Searched refs:O_SYNC (Results 1 – 13 of 13) sorted by relevance
/system/core/fs_mgr/liblp/ |
D | writer.cpp | 245 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/ |
D | rand_emmc_perf.c | 211 o_sync = O_SYNC; in main()
|
/system/extras/puncture_fs/ |
D | puncture_fs.cpp | 84 fd = open(file_path, O_WRONLY | O_CREAT | O_SYNC, 0777); in create_unique_file()
|
/system/update_engine/aosp/ |
D | logging_android.cc | 125 O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW | O_SYNC, in FileLogger()
|
D | dynamic_partition_control_android.cc | 593 int flags = O_WRONLY | O_TRUNC | O_CLOEXEC | O_SYNC; in Erase()
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 144 fd = open("/dev/tty0", O_RDWR | O_SYNC); in gr_init()
|
/system/core/storaged/ |
D | storaged.cpp | 246 O_SYNC | O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC | in flush_proto_data()
|
/system/extras/ioshark/ |
D | compile_ioshark.c | 47 { "O_SYNC", O_SYNC },
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_dev.c | 595 open_flags = O_RDWR | O_SYNC; in main()
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 342 unique_fd snapshot_fd(open(harness.snapshot_dev().c_str(), O_RDWR | O_CLOEXEC | O_SYNC)); in TEST()
|
/system/core/init/ |
D | reboot.cpp | 827 const int flags = O_RDWR | O_CREAT | O_SYNC | O_APPEND | O_CLOEXEC; in DoUserspaceReboot()
|
/system/gsid/ |
D | gsi_service.cpp | 122 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/ |
D | snapshot.cpp | 1205 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_DIRECT | O_SYNC | O_CLOEXEC)); in CheckMergeConsistency()
|