Home
last modified time | relevance | path

Searched refs:DexJarBuildPath (Results 1 – 9 of 9) sorted by relevance

/build/soong/java/
Ddevice_host_converter.go153 func (d *DeviceHostConverter) DexJarBuildPath() android.Path { func
Dhiddenapi_modular.go284 dexJar = j.DexJarBuildPath()
1215 bootDexJar := module.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()
Dhiddenapi_singleton_test.go309 exportedDexJar := moduleForTests.Module().(UsesLibraryDependency).DexJarBuildPath()
Djava.go215 DexJarBuildPath() android.Path methodSpec
1414 func (j *Import) DexJarBuildPath() android.Path { func
1667 func (j *DexImport) DexJarBuildPath() android.Path { func
1834 dep.DexJarBuildPath(), dep.DexJarInstallPath(), dep.ClassLoaderContexts())
Djava_test.go602 barDexJar := barModule.Module().(*Import).DexJarBuildPath()
615 bazDexJar := bazModule.Module().(*Import).DexJarBuildPath()
Dapp.go1268 lib.DexJarBuildPath(), lib.DexJarInstallPath(), lib.ClassLoaderContexts())
/build/soong/apex/
Dbootclasspath_fragment_test.go725 return module.(java.UsesLibraryDependency).DexJarBuildPath().RelativeToTop().String()
Dapex.go1488 DexJarBuildPath() android.Path methodSpec
1502 return apexFileForJavaModuleWithFile(ctx, module, module.DexJarBuildPath())
Dapex_test.go4283 dexJarBuildPath := p.DexJarBuildPath()