Lines Matching refs:src
979 src string
985 src: "a/b/c",
990 src: "/a/b/c",
996 src: "out/soong/a/b/c",
1015 _, err := f.f(ctx, test.src)
1047 src string member
1072 for _, src := range srcs {
1073 p.rels = append(p.rels, src.Rel())
1077 src := PathForModuleSrc(ctx, *p.props.Src)
1078 if src != nil {
1079 p.src = src.String()
1080 p.rel = src.Rel()
1138 src string member
1200 AssertStringPathRelativeToTopEquals(t, "src", result.Config, test.src, m.src)
1308 src: "src/b",
1310 src: "foo/src/b",
1318 src: "src/e/*",
1320 src: "foo/src/e/e",
1328 src: ":a",
1330 src: "fg/src/a",
1338 src: ":b",
1340 src: "out/soong/.intermediates/ofp/b/gen/b",
1348 src: ":b{.tagged}",
1350 src: "out/soong/.intermediates/ofp/b/gen/c",
1358 src: "src_special/*",
1360 src: "foo/src_special/$",
1370 src: "://other:b",
1386 src: "foo/:/other:b",
1396 src: "//other:b",
1409 src: "//other:b",
1412 src: "out/soong/.intermediates/other/b/gen/b",
1441 src: ":c",
1464 AssertStringEquals(t, "foo src", "", foo.src)