Home | History | Annotate | Download | only in python2.7

Lines Matching refs:O_EXCL

917                                  os.O_CREAT | os.O_EXCL | os.O_WRONLY, 0600))
2015 fd = os.open(path, os.O_CREAT | os.O_EXCL | os.O_RDWR, 0666)