Home
last modified time | relevance | path

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

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