Searched refs:CopyFileRule (Results 1 – 4 of 4) sorted by relevance
/build/soong/snapshot/ |
D | util.go | 24 func CopyFileRule(pctx android.PackageContext, ctx android.SingletonContext, path android.Path, out… func
|
/build/soong/cc/ |
D | vndk.go | 702 ret = append(ret, snapshot.CopyFileRule(pctx, ctx, libPath, snapshotLibOut)) 782 snapshotOutputs = append(snapshotOutputs, snapshot.CopyFileRule( 792 snapshotOutputs = append(snapshotOutputs, snapshot.CopyFileRule(
|
D | vendor_snapshot.go | 212 return snapshot.CopyFileRule(pctx, ctx, path, out)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 549 return snapshot.CopyFileRule(pctx, ctx, path, out)
|