HomeSort by relevance Sort by last modified time
    Searched refs:keystore_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/android/gyp/
finalize_apk.py 18 def SignApk(keystore_path, unsigned_path, signed_path):
24 '-keystore', keystore_path,
59 SignApk(options.keystore_path, options.unsigned_apk_path, signed_apk_path)
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 84 keystore_path = ('java', 'client', 'test', 'keystore')
85 required_dirs = [keystore_path[:-1],
95 os.path.join(test_dir, *keystore_path))

Completed in 3328 milliseconds