Lines Matching refs:out

30 	out string  member
37 out: "",
41 out: "a/b",
45 out: "a/b/c",
49 out: ".",
53 out: ".",
57 out: "",
62 out: "",
67 out: "",
72 out: "",
77 out: "",
82 out: "",
87 out: "",
95 out: "$a",
102 out: "",
107 out: "",
116 out, err := validateSafePath(testCase.in...)
120 check(t, "validateSafePath", p(testCase.in), out, ctx.errors, testCase.out, testCase.err)
129 out, err := validatePath(testCase.in...)
133 check(t, "validatePath", p(testCase.in), out, ctx.errors, testCase.out, testCase.err)
236 out string
248 out: "host/linux-x86/bin/my_test",
261 out: "target/product/test_device/system/bin/my_test",
276 out: "target/product/test_device/vendor/bin/my_test",
291 out: "target/product/test_device/odm/bin/my_test",
306 out: "target/product/test_device/product/bin/my_test",
321 out: "target/product/test_device/system_ext/bin/my_test",
334 out: "target/product/test_device/root/my_test",
347 out: "target/product/test_device/recovery/root/system/bin/my_test",
361 out: "target/product/test_device/recovery/root/my_test",
375 out: "target/product/test_device/ramdisk/system/my_test",
389 out: "target/product/test_device/ramdisk/my_test",
402 out: "target/product/test_device/vendor_ramdisk/system/my_test",
416 out: "target/product/test_device/vendor_ramdisk/my_test",
429 out: "target/product/test_device/debug_ramdisk/my_test",
442 out: "target/product/test_device/data/nativetest/my_test",
458 out: "target/product/test_device/data/nativetest/my_test",
474 out: "target/product/test_device/data/nativetest/my_test",
490 out: "target/product/test_device/data/nativetest/my_test",
507 out: "target/product/test_device/data/nativetest/my_test",
521 out: "target/product/test_device/data/asan/system/bin/my_test",
537 out: "target/product/test_device/data/asan/vendor/bin/my_test",
553 out: "target/product/test_device/data/asan/odm/bin/my_test",
569 out: "target/product/test_device/data/asan/product/bin/my_test",
586 out: "target/product/test_device/data/asan/system_ext/bin/my_test",
601 out: "target/product/test_device/data/asan/data/nativetest/my_test",
618 out: "target/product/test_device/data/asan/data/nativetest/my_test",
635 out: "target/product/test_device/data/asan/data/nativetest/my_test",
652 out: "target/product/test_device/data/asan/data/nativetest/my_test",
669 out: "target/product/test_device/data/asan/data/nativetest/my_test",
681 out: "target/product/test_device/testcases/my_test/my_test_bin",
693 out: "host/linux-x86/testcases/my_test/my_test_bin",
707 out: "host/linux-x86/testcases/my_test/my_test_bin",
716 if output.basePath.path != tc.out {
719 tc.out)
739 out string
753 out: "target/product/test_device/recovery/root/first_stage_ramdisk/my_test",
768 out: "target/product/test_device/vendor_ramdisk/first_stage_ramdisk/my_test",
777 if output.basePath.path != tc.out {
780 tc.out)
911 out string
918 out: "d",
950 out, isRel := MaybeRel(ctx, testCase.base, testCase.target)
955 if isRel != testCase.isRel || out != testCase.out {
957 testCase.base, testCase.target, testCase.out, testCase.isRel, out, isRel)
1101 for _, out := range p.props.Outs {
1102 p.outs = append(p.outs, PathForModuleOut(ctx, out))