Lines Matching refs:bootDexJar
1022 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1023 bootDexJars.addPath(module, bootDexJar)
1068 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1070 path: bootDexJar,
1084 bootDexJar := module.bootDexJar()
1085 if bootDexJar == nil {
1087 bootDexJar = fake
1091 return bootDexJar
1215 bootDexJar := module.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()
1216 if bootDexJar == nil {
1218 bootDexJar = fake
1222 return bootDexJar