Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dopen_emulation.cc37 #if !defined(__O_SYNC)
40 #error __O_SYNC undefined in bionic
43 #define __O_SYNC 04000000 macro
69 static_assert(__O_SYNC == 04000000);
70 static_assert(O_SYNC == (O_DSYNC | __O_SYNC));
77 O_NOFOLLOW | O_CLOEXEC | O_DIRECT | __O_SYNC | O_PATH;