Home
last modified time | relevance | path

Searched refs:Workspaces (Results 1 – 4 of 4) sorted by relevance

/tools/treble/hacksaw/config/
Dconfig.go29 Workspaces map[string]string //key: name, value: codebase member
79 Workspaces: map[string]string{}}
83 for name, codebase := range c.Workspaces {
84 cfgCopy.Workspaces[name] = codebase
94 Workspaces: map[string]string{}}
106 Workspaces: map[string]string{}}
Dconfig_test.go37 Workspaces: map[string]string{}}
69 Workspaces: map[string]string{}}
/tools/treble/hacksaw/workspace/
Dworkspace.go48 if _, ok := cfg.Workspaces[workspaceName]; ok {
51 cfg.Workspaces[workspaceName] = codebaseName
73 codebaseName, ok := cfg.Workspaces[workspaceName]
94 _, ok := cfg.Workspaces[workspaceName]
105 codebase, ok := cfg.Workspaces[workspaceName]
120 for name, codebaseName := range cfg.Workspaces {
216 _, ok := cfg.Workspaces[remove]
237 delete(cfg.Workspaces, remove)
/tools/treble/hacksaw/codebase/
Dcodebase_test.go43 Workspaces: map[string]string{}}
63 Workspaces: map[string]string{}}