Searched refs:O_EXCL (Results 1 – 3 of 3) sorted by relevance
61 # define O_EXCL _O_EXCL macro
176 int lock_fd = open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in Initialize()
51278 const int flags = O_RDWR | O_CREAT | (overwrite ? O_TRUNC : O_EXCL); in CreateTraceFile()