Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Ddevice_host_converter.go153 func (d *DeviceHostConverter) DexJarBuildPath() android.Path { func
H A Dhiddenapi_modular.go284 dexJar = j.DexJarBuildPath()
1215 bootDexJar := module.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()
H A Djava.go215 DexJarBuildPath() android.Path
1414 func (j *Import) DexJarBuildPath() android.Path { func
1667 func (j *DexImport) DexJarBuildPath() android.Path { func
1834 dep.DexJarBuildPath(), dep.DexJarInstallPath(), dep.ClassLoaderContexts())
H A Dhiddenapi_singleton_test.go309 exportedDexJar := moduleForTests.Module().(UsesLibraryDependency).DexJarBuildPath()
H A Djava_test.go602 barDexJar := barModule.Module().(*Import).DexJarBuildPath()
615 bazDexJar := bazModule.Module().(*Import).DexJarBuildPath()
H A Dsdk_library.go559 paths.stubsDexJarPath = libDep.DexJarBuildPath()
2247 func (module *SdkLibraryImport) DexJarBuildPath() android.Path { func
2256 return module.implLibraryModule.DexJarBuildPath()
H A Dapp.go1268 lib.DexJarBuildPath(), lib.DexJarInstallPath(), lib.ClassLoaderContexts())
H A Dbase.go1422 func (j *Module) DexJarBuildPath() android.Path { func
/aosp12/build/soong/apex/
H A Dprebuilt.go174 path := child.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()
H A Dbootclasspath_fragment_test.go725 return module.(java.UsesLibraryDependency).DexJarBuildPath().RelativeToTop().String()
H A Dapex.go1488 DexJarBuildPath() android.Path
1502 return apexFileForJavaModuleWithFile(ctx, module, module.DexJarBuildPath())
H A Dapex_test.go4283 dexJarBuildPath := p.DexJarBuildPath()