Searched refs:jar_file (Results 1 – 2 of 2) sorted by relevance
97 # jar_file: the path to the .jar. If not provided, will default to the sdk's115 if (defined(invoker.jar_file)) {116 jar_file = invoker.jar_file118 jar_file = android_sdk_jar142 jar_file,151 "--jar_file", rebase_path(jar_file, root_build_dir),
1369 def ExtractJarInputFile(jar_file, input_file, out_dir): argument1383 jar_file = zipfile.ZipFile(jar_file)1393 outfile.write(jar_file.read(input_file))1502 if options.jar_file:1503 input_file = ExtractJarInputFile(options.jar_file, options.input_file,