Home
last modified time | relevance | path

Searched refs:OPEN_CREATE_FLAGS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile.cxx823 #define OPEN_CREATE_FLAGS ( O_CREAT | O_EXCL | O_RDWR | O_EXLOCK | O_NONBLOCK ) macro
826 #define OPEN_CREATE_FLAGS ( O_CREAT | O_EXCL | O_RDWR ) macro
858 flags = OPEN_CREATE_FLAGS; in osl_openFile()
/trunk/main/sal/osl/os2/
H A Dfile.cxx1365 #define OPEN_CREATE_FLAGS ( O_CREAT | O_EXCL | O_RDWR | O_EXLOCK | O_NONBLOCK ) macro
1368 #define OPEN_CREATE_FLAGS ( O_CREAT | O_EXCL | O_RDWR ) macro
1400 flags = OPEN_CREATE_FLAGS; in osl_openFile()

Completed in 38 milliseconds