Home
last modified time | relevance | path

Searched defs:PathBinder (Results 1 – 6 of 6) sorted by relevance

/tools/treble/hacksaw/client/
Dclient.go43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
Dcommand.go47 func NewCommand(bm bind.PathBinder, wtd string) Command {
/tools/treble/hacksaw/bind/
Dbind.go17 type PathBinder interface { interface
Dremoteserver.go22 func NewServer(binder PathBinder) *Server {
/tools/treble/hacksaw/workspace/
Dcompose.go33 func NewComposer(bm bind.PathBinder) Composer {
Dworkspace.go37 func New(bm bind.PathBinder, topDir string) Workspace {