Searched refs:hiddenAPIEncodeDex (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | hiddenapi.go | 136 func (h *hiddenAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) androi… func 151 encodedDex := hiddenAPIEncodeDex(ctx, dexJar, flagsCSV, uncompressDex, outputDir) 249 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b… func
|
D | hiddenapi_modular.go | 979 …encodedDex := hiddenAPIEncodeDex(ctx, unencodedDex, allFlagsCSV, bootDexInfo.uncompressDex, output…
|
D | java.go | 1375 dexOutputFile = j.hiddenAPIEncodeDex(ctx, dexOutputFile)
|