HomeSort by relevance Sort by last modified time
    Searched defs:OSError (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 70 raise OSError(errno.ENOTDIR,
71 OSError: [Errno 20] Fake os module: not a directory: '/a/new/dir/new-file'
133 # On Windows, raise WindowsError instead of OSError if available
134 OSError = WindowsError # pylint: disable-msg=E0602,W0622
406 OSError: an invalid file descriptor.
416 raise OSError(errno.EBADF, 'Bad file descriptor', file_des)
851 OSError: if the directory is in use (eg, if it is '/')
854 raise OSError(errno.EBUSY, 'Fake device or resource busy',
883 OSError: if the directory already exists
887 raise OSError(errno.EEXIST
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 70 raise OSError(errno.ENOTDIR,
71 OSError: [Errno 20] Fake os module: not a directory: '/a/new/dir/new-file'
135 # On Windows, raise WindowsError instead of OSError if available
136 OSError = WindowsError # pylint: disable-msg=E0602,W0622
424 OSError: an invalid file descriptor.
434 raise OSError(errno.EBADF, 'Bad file descriptor', file_des)
869 OSError: if the directory is in use (eg, if it is '/')
872 raise OSError(errno.EBUSY, 'Fake device or resource busy',
901 OSError: if the directory already exists
905 raise OSError(errno.EEXIST
    [all...]

Completed in 191 milliseconds