Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk_test.go195 copies: []distCopy{
301 func distCopyForTest(from, to string) distCopy {
302 return distCopy{PathForTesting(from), to}
392 copies: []distCopy{
412 copies: []distCopy{
431 copies: []distCopy{
453 copies: []distCopy{
477 copies: []distCopy{
483 copies: []distCopy{
507 copies: []distCopy{
[all …]
Dandroidmk.go319 copies []distCopy
324 d.copies = append(d.copies, distCopy{from, dest})
328 type distCopy struct { struct