Home
last modified time | relevance | path

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

/tools/treble/hacksaw/workspace/
Dworkspace.go254 workspaceName, err := w.getWorkspaceFromPath(editPath)
293 worspaceName, err := w.getWorkspaceFromPath(inPath)
318 func (w Workspace) getWorkspaceFromPath(inPath string) (string, error) { func