Home
last modified time | relevance | path

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

/trusty/vendor/google/aosp/scripts/
Dbuild.py194 def archive_file(zip_archive, src_file, dest_dir="", optional=False): argument
207 if not os.path.exists(src_file) and optional:
210 src_file, os.path.join(dest_dir, os.path.basename(src_file))
388 def zip_file(zip_archive, src_file, dest_dir=""): argument
400 src_file, os.path.join(dest_dir, os.path.basename(src_file))