Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go755 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { func
798 path, err := pathForSource(ctx, pathComponents...)
827 path, err := pathForSource(ctx, pathComponents...)
1047 path, err := pathForSource(ctx, ctx.ModuleDir(), p)
Dpaths_test.go826 {"pathForSource", pathForSource},