Home
last modified time | relevance | path

Searched refs:Composer (Results 1 – 2 of 2) sorted by relevance

/tools/treble/hacksaw/workspace/
Dcompose.go29 type Composer struct { struct
33 func NewComposer(bm bind.PathBinder) Composer {
34 return Composer{bm}
53 func (m Composer) Compose(codebasePath string, workspacePath string) ([]string, error) { argument
104 func (m Composer) Dismantle(dismantlePath string) ([]string, error) { argument
130 func (m Composer) Unbind(unbindPath string) error { argument
135 func (m Composer) List(listPath string) ([]string, error) { argument
Dworkspace.go33 composer Composer