Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dopen_emulation.cc57 static_assert(O_EXCL == 00000200);
75 const int kCompatibleOpenFlags = O_ACCMODE | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | O_APPEND |
/frameworks/native/opengl/libs/EGL/
DFileBlobCache.cpp134 int fd = open(fname, O_CREAT | O_EXCL | O_RDWR, 0); in writeToFile()
145 fd = open(fname, O_CREAT | O_EXCL | O_RDWR, 0); in writeToFile()
/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp85 ret = delete_module(modname, O_NONBLOCK | O_EXCL); in rmmod()
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp59 static constexpr int kOpenFlags = O_WRONLY | O_CREAT | O_EXCL;
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java518 public static final int O_EXCL = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp439 initConstant(env, c, "O_EXCL", O_EXCL); in OsConstants_initConstants()
/frameworks/av/media/mtp/
DMtpServer.cpp1483 int fd = open((const char *)path, O_RDWR | O_EXCL); in doBeginEditObject()
/frameworks/native/cmds/installd/
Ddexopt.cpp956 flags |= O_EXCL; in open_output_file()
/frameworks/native/services/sensorservice/
DSensorService.cpp272 fd = open(SENSOR_SERVICE_HMAC_KEY_FILE, O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, in initializeHmacKey()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27891 field public static final int O_EXCL;