Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dutil.go24 func CopyFileRule(pctx android.PackageContext, ctx android.SingletonContext, path android.Path, out… func
/build/soong/cc/
Dvndk.go702 ret = append(ret, snapshot.CopyFileRule(pctx, ctx, libPath, snapshotLibOut))
782 snapshotOutputs = append(snapshotOutputs, snapshot.CopyFileRule(
792 snapshotOutputs = append(snapshotOutputs, snapshot.CopyFileRule(
Dvendor_snapshot.go212 return snapshot.CopyFileRule(pctx, ctx, path, out)
/build/soong/etc/
Dprebuilt_etc.go549 return snapshot.CopyFileRule(pctx, ctx, path, out)