Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dopen_emulation.cc62 static_assert(O_DSYNC == 00010000);
70 static_assert(O_SYNC == (O_DSYNC | __O_SYNC));
76 O_NONBLOCK | O_DSYNC | FASYNC | O_NOATIME | O_DIRECTORY |
/frameworks/base/core/jni/
Dfd_utils.cpp318 static const int kOpenFlags = (O_RDONLY | O_WRONLY | O_RDWR | O_DSYNC | O_SYNC); in CreateFromFd()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java525 public static final int O_DSYNC = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp446 initConstant(env, c, "O_DSYNC", O_DSYNC); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...