Searched refs:bootJars (Results 1 – 1 of 1) sorted by relevance
109 ImmutableList<String> bootJars = getJarsOnClasspath(getDevice(), BOOTCLASSPATH); in testDex2oatBootclasspath() local110 assertThat(bootJars).containsAtLeastElementsIn(jars); in testDex2oatBootclasspath()142 ImmutableList<String> bootJars = getJarsOnClasspath(getDevice(), BOOTCLASSPATH); in testDex2oatJarsAreFirstOnBootclasspath() local146 assertThat(bootJars).startsWith(dex2oatJars); in testDex2oatJarsAreFirstOnBootclasspath()