Home
last modified time | relevance | path

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

/system/core/toolbox/
Dr.c60 int fd = open("/dev/mem", O_RDWR | O_SYNC); in main()
/system/core/fs_mgr/liblp/
Dwriter.cpp238 static const int O_SYNC = 0; variable
243 android::base::unique_fd fd = opener.Open(super_partition, O_RDWR | O_SYNC); in FlashPartitionTable()
319 android::base::unique_fd fd = opener.Open(super_partition, O_RDWR | O_SYNC); in UpdatePartitionTable()
/system/update_engine/
Dimage_properties_android.cc82 int flags = write ? O_WRONLY | O_SYNC : O_RDONLY; in OpenMisc()
/system/extras/puncture_fs/
Dpuncture_fs.c84 fd = open(file_path, O_WRONLY | O_CREAT | O_SYNC, 0777); in create_unique_file()
/system/extras/tests/ext4/
Drand_emmc_perf.c211 o_sync = O_SYNC; in main()
/system/extras/tests/framebuffer/
Dfb_test.c144 fd = open("/dev/tty0", O_RDWR | O_SYNC); in gr_init()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp449 fd = TEMP_FAILURE_RETRY(open(fname, O_WRONLY | O_SYNC | O_CLOEXEC)); in write_verity_state()
579 fd = TEMP_FAILURE_RETRY(open(entry.verity_loc.c_str(), O_RDWR | O_SYNC | O_CLOEXEC)); in compare_last_signature()
/system/core/storaged/
Dstoraged.cpp243 O_SYNC | O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC | in flush_proto_data()
/system/extras/ioshark/
Dcompile_ioshark.c47 { "O_SYNC", O_SYNC },