Home
last modified time | relevance | path

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

/tools/treble/hacksaw/bind/
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()
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)
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/treble/hacksaw/mount/
Dsystem.go79 return mounts, scanner.Err()