Home
last modified time | relevance | path

Searched +defs:path +defs:DOT_JAR (Results 1 – 1 of 1) sorted by relevance

/external/angle/build/android/unused_resources/
DUnusedResources.java86 private static final String DOT_JAR = ".jar"; field in UnusedResources
240 String path = file.getPath(); in recordResources() local
584 private static List<File> parsePathsFromFile(String path) throws IOException { in parsePathsFromFile()