Home
last modified time | relevance | path

Searched refs:Err (Results 1 – 7 of 7) sorted by relevance

/tools/treble/hacksaw/bind/
Dremoteserver_test.go48 if bindROReply.Err != "" {
49 t.Error(bindROReply.Err)
67 if bindRWReply.Err != "" {
68 t.Error(bindRWReply.Err)
76 if listReply.Err != "" {
77 t.Error(listReply.Err)
94 if unbindReply.Err != "" {
95 t.Error(unbindReply.Err)
101 if listReply.Err != "" {
102 t.Error(listReply.Err)
Dremoteserver.go37 Err string member
42 reply.Err = err.Error()
56 Err string member
61 reply.Err = err.Error()
74 Err string member
79 reply.Err = err.Error()
92 Err string member
98 reply.Err = err.Error()
Dremoteclient.go52 if reply.Err != "" {
53 return errors.New(reply.Err)
67 if reply.Err != "" {
68 return errors.New(reply.Err)
82 if reply.Err != "" {
83 return errors.New(reply.Err)
98 if reply.Err != "" {
99 return nil, errors.New(reply.Err)
/tools/security/remote_provisioning/cert_validator/src/
Dvalueas.rs49 Err(ValueAsError::WrongType()) in as_i64()
58 Err(ValueAsError::WrongType()) in as_u64()
66 Err(ValueAsError::WrongType()) in as_bytes()
74 Err(ValueAsError::WrongType()) in as_array()
82 Err(ValueAsError::WrongType()) in as_string()
91 Err(ValueAsError::WrongType()) in as_date()
101 Err(ValueAsError::WrongLength(len, a.len())) in as_array_of_len()
109 Err(ValueAsError::WrongType()) in as_map()
121 Err(ValueAsError::KeyAbsent()) in map_lookup()
129 Err(ValueAsError::NotSameError(other, self.clone())) in must_equal()
Dbcc.rs80 _ => return Err(UnexpectedItem("something", "an array with 2 or more items")), in from_cbor_value()
90 Err(EncodeFailed) in to_cbor_value()
335 _ => Err(UnexpectedItem("something", "a map")), in from_cbor_value()
341 Err(EncodeFailed) in to_cbor_value()
381 return Err(fmt::Error); in fmt()
Ddeviceinfo.rs69 _ => return Err(anyhow!("Invalid version")), in check()
/tools/treble/hacksaw/mount/
Dsystem.go79 return mounts, scanner.Err()