Searched refs:intersectStubJars (Results 1 – 2 of 2) sorted by relevance
98 var intersectStubJars: MutableSet<String> = mutableSetOf(), variable in com.android.hoststubgen.HostStubGenOptions233 ret.intersectStubJars += nextArg().ensureFileExists() in parseArgs()389 intersectStubJars=$intersectStubJars, in toString()
172 if (options.intersectStubJars.size > 0) { in <lambda>()173 val intersectingJars = loadIntersectingJars(options.intersectStubJars) in <lambda>()