Searched refs:Edit (Results 1 – 5 of 5) sorted by relevance
/tools/treble/hacksaw/workspace/ |
D | workspace_test.go | 317 branchName, wsProjectDir, err := ws.Edit(editPath) 342 _, _, err = ws.Edit(editPath) 426 _, _, err = ws.Edit(editPath)
|
D | workspace.go | 241 func (w Workspace) Edit(editPath string) (string, string, error) { func
|
/tools/asuite/asuite_plugin/ |
D | README.md | 14 **Debug in IntelliJ:** Edit configurations -> use `+` to add a Gradle configuration -> fill
|
/tools/netsim/guide/src/ui/ |
D | README.md | 50 2. On the **Device Info** panel, click **Edit**.
|
/tools/treble/hacksaw/client/ |
D | command.go | 186 branchName, projectPath, err := c.workspace.Edit(path)
|