Searched refs:DexJar (Results 1 – 8 of 8) sorted by relevance
153 func (d *DeviceHostConverter) DexJar() android.Path { func
254 jar, hasJar := module.(interface{ DexJar() android.Path })295 return index, jar.DexJar()
150 pathList[i] = j.DexJar()
536 DexJar() android.Path methodSpec1798 func (j *Module) DexJar() android.Path { func2595 func (j *Import) DexJar() android.Path { func2788 func (j *DexImport) DexJar() android.Path { func
737 func (a *AARImport) DexJar() android.Path { func
1996 func (module *SdkLibraryImport) DexJar() android.Path { func2000 return module.implLibraryModule.DexJar()
1890 if dexJar := lib.DexJar(); dexJar != nil {
1754 DexJar() android.Path methodSpec1768 fileToCopy := lib.DexJar()