Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXw32defs.h61 # define O_EXCL _O_EXCL macro
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp176 int lock_fd = open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in Initialize()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp51278 const int flags = O_RDWR | O_CREAT | (overwrite ? O_TRUNC : O_EXCL); in CreateTraceFile()