Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk_test.go184 copies: []distCopy{
279 func distCopyForTest(from, to string) distCopy {
280 return distCopy{PathForTesting(from), to}
370 copies: []distCopy{
390 copies: []distCopy{
412 copies: []distCopy{
436 copies: []distCopy{
442 copies: []distCopy{
466 copies: []distCopy{
472 copies: []distCopy{
[all …]
Dandroidmk.go303 copies []distCopy
308 d.copies = append(d.copies, distCopy{from, dest})
312 type distCopy struct { struct