Home
last modified time | relevance | path

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

/tools/treble/hacksaw/workspace/
Dcopier.go154 return f.CopyFile(sourceInfo, sourcePath, destPath)
188 func (f FileCopier) CopyFile(sourceInfo os.FileInfo, sourcePath, destPath string) error { func
235 if err = f.CopyFile(childInfo, childSourcePath, childDestPath); err != nil {