Lines Matching refs:bp
96 func testSdkWithFs(t *testing.T, bp string, fs android.MockFS) *android.TestResult {
101 ).RunTestWithBp(t, bp)
104 func testSdkError(t *testing.T, pattern, bp string) {
108 RunTestWithBp(t, bp)
145 for _, bp := range buildParams {
146 switch bp.Rule.String() {
148 output := bp.Output
151 src := android.NormalizePathForTesting(bp.Input)
164 dest := bp.Args["destdir"]
171 info.outputZip = android.NormalizePathForTesting(bp.Output)
176 mergeInput := android.NormalizePathForTesting(bp.Input)
184 info.outputZip = android.NormalizePathForTesting(bp.Output)
187 info.mergeZips = android.NormalizePathsForTesting(bp.Inputs)