Searched defs:O_CREAT (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dfcntl.h71 #define O_CREAT 0x00000200 ///< create if nonexistent macro
73 #define O_EXCL 0x00000800 ///< Grant EXCLusive access, or error if already exists and O_CREAT
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
185 @retval EEXIST File exists and open attempted with (O_EXCL | O_CREAT) set.

Completed in 6 milliseconds