Home
last modified time | relevance | path

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

/tools/treble/hacksaw/workspace/
Dcopier.go150 return f.CopySymlink(sourcePath, destPath)
158 func (f FileCopier) CopySymlink(sourcePath string, destPath string) error { func
227 if err = f.CopySymlink(childSourcePath, childDestPath); err != nil {