Home
last modified time | relevance | path

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

/development/vndk/tools/image-diff-tool/
Ddiff.py195 def main_with_zip(extracted_paths, main_args): argument
196 for origin_path, tmp_path in zip(main_args.target, extracted_paths):
198 unzip_cmd.extend([os.path.join(s, "*") for s in main_args.search_path])
202 main_args.search_path,
203 main_args.allowlist,
204 main_args.ignore_signing_key,
205 list_only=main_args.list_only)