Searched refs:O_EXCL (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/binary_translation/kernel_api/riscv64/ |
D | open_emulation.cc | 57 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/ |
D | FileBlobCache.cpp | 134 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/ |
D | wifi_hal_common.cpp | 85 ret = delete_module(modname, O_NONBLOCK | O_EXCL); in rmmod()
|
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/ |
D | MediaTranscoderTests.cpp | 59 static constexpr int kOpenFlags = O_WRONLY | O_CREAT | O_EXCL;
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 518 public static final int O_EXCL = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 439 initConstant(env, c, "O_EXCL", O_EXCL); in OsConstants_initConstants()
|
/frameworks/av/media/mtp/ |
D | MtpServer.cpp | 1483 int fd = open((const char *)path, O_RDWR | O_EXCL); in doBeginEditObject()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 956 flags |= O_EXCL; in open_output_file()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 272 fd = open(SENSOR_SERVICE_HMAC_KEY_FILE, O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, in initializeHmacKey()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27891 field public static final int O_EXCL;
|