Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/python/
H A Dpython.go529 if !checkForDuplicateOutputPath(ctx, destToPySrcs, runfilesPath, s.String(), p.Name(), p.Name()) {
540 if !checkForDuplicateOutputPath(ctx, destToPyData, runfilesPath, d.String(), p.Name(), p.Name()) {
754 checkForDuplicateOutputPath(ctx, destToPySrcs,
759 checkForDuplicateOutputPath(ctx, destToPyData,
777 func checkForDuplicateOutputPath(ctx android.ModuleContext, m map[string]string, outputPath, srcPat… func