Home
last modified time | relevance | path

Searched refs:pathBinder (Results 1 – 5 of 5) sorted by relevance

/tools/treble/hacksaw/workspace/
Dcompose.go30 pathBinder bind.PathBinder member
89 if err = m.pathBinder.BindReadOnly(source, destination); err != nil {
118 if err = m.pathBinder.Unbind(bindPath); err != nil {
131 return m.pathBinder.Unbind(unbindPath)
140 fullBindList, err := m.pathBinder.List()
Dworkspace_test.go416 pathBinder := bind.NewFakePathBinder()
417 ws := New(pathBinder, wsTopDir)
445 pathList, err := pathBinder.List()
/tools/treble/hacksaw/client/
Dclient_test.go31 pathBinder := bind.NewFakePathBinder()
33 if err = HandleCommand(wsTopDir, pathBinder, args); err != nil {
Dclient.go43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
54 cmd := NewCommand(pathBinder, workspaceTopDir)
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go151 pathBinder := getPathBinder()
152 return client.HandleCommand(workspaceTopDir, pathBinder, args)