Searched refs:pathForSource (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | paths.go | 755 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)
|
D | paths_test.go | 826 {"pathForSource", pathForSource},
|