Searched refs:getOutputPaths (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | vendor_public_library_test.go | 82 stubPaths := getOutputPaths(ctx, coreVariant, []string{"libvendorpublic"}) 90 stubPaths = getOutputPaths(ctx, productVariant, []string{"libvendorpublic"}) 98 stubPaths = getOutputPaths(ctx, vendorVariant, []string{"libvendorpublic"})
|
H A D | vendor_snapshot_test.go | 842 outputPaths := getOutputPaths(ctx, input[0] /* variant */, []string{input[1]} /* module name */) 871 …libvendorCfiOutputPaths := getOutputPaths(ctx, staticCfiVariant, []string{"libvendor.vendor_static… 884 …libVndkStaticOutputPaths := getOutputPaths(ctx, staticVariant, []string{"libvndk.vendor_static.31.…
|
H A D | cc_test.go | 2646 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… func 2682 expected := getOutputPaths(ctx, variant, []string{"a", "c", "b", "d"}) 2717 expected := getOutputPaths(ctx, variant, []string{"a", "c", "b"}) 3367 expected := getOutputPaths(ctx, "android_arm64_armv8-a_static", []string{"libfooB", "libfooC"})
|