Lines Matching refs:DecodeMessage
45 .map_err(Error::DecodeMessage)?; in read_struct()
238 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in lookup()
349 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in symlink()
391 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in mknod()
429 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in mkdir()
471 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in chromeos_tmpfile()
497 r.read_exact(&mut name).map_err(Error::DecodeMessage)?; in unlink()
515 r.read_exact(&mut name).map_err(Error::DecodeMessage)?; in rmdir()
542 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in do_rename()
590 r.read_exact(&mut name).map_err(Error::DecodeMessage)?; in link()
809 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in setxattr()
845 r.read_exact(&mut name).map_err(Error::DecodeMessage)?; in getxattr()
919 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in removexattr()
1344 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in create()
1689 r.read_exact(&mut buf).map_err(Error::DecodeMessage)?; in open_atomic()
1967 .map_err(|_| Error::DecodeMessage(io::Error::from_raw_os_error(libc::EINVAL)))?; in parse_selinux_xattr()
1989 .map_err(|_| Error::DecodeMessage(io::Error::from_raw_os_error(libc::EINVAL)))?; in parse_selinux_xattr()