Searched refs:Classpaths (Results 1 – 3 of 3) sorted by relevance
19 import static android.compat.testing.Classpaths.ClasspathType.BOOTCLASSPATH;20 import static android.compat.testing.Classpaths.ClasspathType.SYSTEMSERVERCLASSPATH;22 import android.compat.testing.Classpaths;23 import android.compat.testing.Classpaths.ClasspathType;152 return Classpaths.getClassDefsFromJar(jar) in getClassesInFile()161 final ImmutableList<String> jars = Classpaths.getJarsOnClasspath(device, type); in getClassesInClasspath()
36 using Classpaths = std::unordered_map<Classpath, Filepaths>; typedef150 bool WriteClasspathExports(Classpaths classpaths, std::string_view output_path) { in WriteClasspathExports()206 bool ParseFragments(const Args& args, Classpaths& classpaths, bool boot_jars) { in ParseFragments()268 Classpaths classpaths; in GenerateClasspathExports()
19 import static android.compat.testing.Classpaths.ClasspathType.BOOTCLASSPATH;20 import static android.compat.testing.Classpaths.ClasspathType.DEX2OATBOOTCLASSPATH;21 import static android.compat.testing.Classpaths.ClasspathType.SYSTEMSERVERCLASSPATH;22 import static android.compat.testing.Classpaths.getJarsOnClasspath;