Home
last modified time | relevance | path

Searched refs:getOutputPaths (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/cc/
H A Dvendor_public_library_test.go82 stubPaths := getOutputPaths(ctx, coreVariant, []string{"libvendorpublic"})
90 stubPaths = getOutputPaths(ctx, productVariant, []string{"libvendorpublic"})
98 stubPaths = getOutputPaths(ctx, vendorVariant, []string{"libvendorpublic"})
H A Dvendor_snapshot_test.go842 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 Dcc_test.go2646 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"})