Searched refs:ExistentPathsForSources (Results 1 – 3 of 3) sorted by relevance
594 …props.Srcs = android.ExistentPathsForSources(ctx, ctx.Config().ProductVariables().PartitionVarsFor…605 …props.Srcs = android.ExistentPathsForSources(ctx, ctx.Config().ProductVariables().PartitionVarsFor…614 …props.Srcs = android.ExistentPathsForSources(ctx, ctx.Config().ProductVariables().PartitionVarsFor…620 …props.Srcs = android.ExistentPathsForSources(ctx, ctx.Config().ProductVariables().PartitionVarsFor…
231 paths := ExistentPathsForSources(ctx, paths)
494 func ExistentPathsForSources(ctx PathGlobContext, paths []string) Paths { func