Lines Matching refs:bp
32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC…
35 bp = bp + `
66 config := android.TestArchConfig(buildDir, nil, bp, mockFS)
149 func testSdkWithFs(t *testing.T, bp string, fs map[string][]byte) *testSdkResult {
151 ctx, config := testSdkContext(bp, fs, nil)
155 func testSdkError(t *testing.T, pattern, bp string) {
157 ctx, config := testSdkContext(bp, nil, nil)
244 for _, bp := range buildParams {
245 switch bp.Rule.String() {
247 output := bp.Output
250 src := android.NormalizePathForTesting(bp.Input)
263 dest := bp.Args["destdir"]
270 info.outputZip = android.NormalizePathForTesting(bp.Output)
275 mergeInput := android.NormalizePathForTesting(bp.Input)
283 info.outputZip = android.NormalizePathForTesting(bp.Output)
286 info.mergeZips = android.NormalizePathsForTesting(bp.Inputs)