Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/fsgen/
H A Dfilesystem_creator.go594 …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…
/aosp_15_r20/build/soong/android/
H A Dpackage_ctx.go231 paths := ExistentPathsForSources(ctx, paths)
H A Dpaths.go494 func ExistentPathsForSources(ctx PathGlobContext, paths []string) Paths { func