Searched refs:O_SYNC (Results 1 – 9 of 9) sorted by relevance
/system/core/toolbox/ |
D | r.c | 60 int fd = open("/dev/mem", O_RDWR | O_SYNC); in main()
|
/system/core/fs_mgr/liblp/ |
D | writer.cpp | 238 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/ |
D | image_properties_android.cc | 82 int flags = write ? O_WRONLY | O_SYNC : O_RDONLY; in OpenMisc()
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 84 fd = open(file_path, O_WRONLY | O_CREAT | O_SYNC, 0777); in create_unique_file()
|
/system/extras/tests/ext4/ |
D | rand_emmc_perf.c | 211 o_sync = O_SYNC; in main()
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 144 fd = open("/dev/tty0", O_RDWR | O_SYNC); in gr_init()
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 449 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/ |
D | storaged.cpp | 243 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 },
|