Lines Matching defs:snapshotBuildInfo
435 type snapshotBuildInfo struct { struct
436 t *testing.T
439 r *android.TestResult
444 version string
447 androidBpContents string
450 androidUnversionedBpContents string
453 androidVersionedBpContents string
457 snapshotContents []string
461 copyRules string
465 otherCopyRules string
470 intermediateZip string
474 mergeZips []string
477 outputZip string
480 snapshotTestCustomizations map[snapshotTest]*snapshotTestCustomization
486 …napshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCustomization {