Lines Matching defs:expectedConfig
164 type expectedConfig struct { struct
165 name string
166 stem string
167 dir string
168 symbolsDir string
169 installDir string
170 profileInstallPathInApex string
171 modules android.ConfiguredJarList
172 dexPaths []string
173 dexPathsDeps []string
174 zip string
175 variants []*expectedVariant
178 profileInstalls []normalizedInstall
179 profileLicenseMetadataFile string
1197 func clearMutatedFields(expected *expectedConfig) {
1214 …result *android.TestResult, imageConfig *bootImageConfig, mutated bool, expected *expectedConfig) {
1226 …result *android.TestResult, imageConfig *bootImageConfig, mutated bool, expected *expectedConfig) {