Lines Matching defs:snapshotBuildInfo
432 type snapshotBuildInfo struct { struct
433 t *testing.T
436 r *android.TestResult
439 androidBpContents string
442 infoContents string
446 snapshotContents []string
450 copyRules string
454 otherCopyRules string
459 intermediateZip string
463 mergeZips []string
466 outputZip string
469 targetBuildRelease *buildRelease
472 snapshotTestCustomizations map[snapshotTest]*snapshotTestCustomization
478 …napshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCustomization {