Home
last modified time | relevance | path

Searched refs:Recreate (Results 1 – 3 of 3) sorted by relevance

/tools/treble/hacksaw/client/
Dcommand.go36 workspace recreate <name>: Recreate an existing workspace.
148 dir, err := c.workspace.Recreate(workspaceName)
/tools/treble/hacksaw/workspace/
Dworkspace.go71 func (w Workspace) Recreate(workspaceName string) (string, error) { func
Dworkspace_test.go436 if _, err = ws.Recreate("test-workspace"); err != nil {