Home
last modified time | relevance | path

Searched refs:jar_file (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/build/config/android/
Drules.gni97 # jar_file: the path to the .jar. If not provided, will default to the sdk's
115 if (defined(invoker.jar_file)) {
116 jar_file = invoker.jar_file
118 jar_file = android_sdk_jar
142 jar_file,
151 "--jar_file", rebase_path(jar_file, root_build_dir),
/external/chromium_org/base/android/jni_generator/
Djni_generator.py1369 def ExtractJarInputFile(jar_file, input_file, out_dir): argument
1383 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,