Searched refs:copyOneFile (Results 1 – 1 of 1) sorted by relevance
/build/soong/cmd/sbox/ |
D | sbox.go | 471 err := copyOneFile(fromPath, toPath, copyPair.GetExecutable(), exists, write) 484 func copyOneFile(from string, to string, forceExecutable bool, exists existsType, func 600 err := copyOneFile(from, joinPath(toDir, to), false, requireFromExists, alwaysWrite)
|