Searched refs:jar_loc (Results 1 – 1 of 1) sorted by relevance
35 String jar_loc = System.getenv("DEX_LOCATION") + "/" + TEST_NAME + "-ex.jar"; in GetDexBytes() local36 try (ZipFile zip = new ZipFile(new File(jar_loc))) { in GetDexBytes()