Home
last modified time | relevance | path

Searched refs:DexJar (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Ddevice_host_converter.go153 func (d *DeviceHostConverter) DexJar() android.Path { func
Ddexpreopt_bootjars.go254 jar, hasJar := module.(interface{ DexJar() android.Path })
295 return index, jar.DexJar()
Dhiddenapi_singleton.go150 pathList[i] = j.DexJar()
Djava.go536 DexJar() android.Path methodSpec
1798 func (j *Module) DexJar() android.Path { func
2595 func (j *Import) DexJar() android.Path { func
2788 func (j *DexImport) DexJar() android.Path { func
Daar.go737 func (a *AARImport) DexJar() android.Path { func
Dsdk_library.go1996 func (module *SdkLibraryImport) DexJar() android.Path { func
2000 return module.implLibraryModule.DexJar()
Dapp.go1890 if dexJar := lib.DexJar(); dexJar != nil {
/build/soong/apex/
Dapex.go1754 DexJar() android.Path methodSpec
1768 fileToCopy := lib.DexJar()