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

Lines Matching refs:EACCES

572             elif e.errno in (errno.EACCES, errno.EROFS):
690 (os.name == 'os2' and e.errno == errno.EACCES):
1969 if e.errno in (errno.EAGAIN, errno.EACCES, errno.EROFS):
1979 if e.errno in (errno.EACCES, errno.EROFS):
1993 (os.name == 'os2' and e.errno == errno.EACCES):