Home
last modified time | relevance | path

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

/tools/treble/hacksaw/workspace/
Dcompose.go118 if err = m.pathBinder.Unbind(bindPath); err != nil {
130 func (m Composer) Unbind(unbindPath string) error { func
131 return m.pathBinder.Unbind(unbindPath)
Dworkspace.go271 if err = w.composer.Unbind(wsProjectPath); err != nil {
/tools/treble/hacksaw/bind/
Dremoteserver.go77 func (s Server) Unbind(args *UnbindArgs, reply *UnbindReply) error { func
78 if err := s.priv.Unbind(args.Destination); err != nil {
Dbind.go20 Unbind(destination string) error methodSpec
Dlocal.go87 func (p localBinder) Unbind(destination string) error { func
Dremoteclient.go73 func (r *RemoteBinderClient) Unbind(destination string) error { func
Dremoteserver_test.go91 if err := server.Unbind(&unbindArgs, &unbindReply); err != nil {