Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:apk_file

901     def _read_first_bytes(cls, apk_file, num_bytes):
903 with open(apk_file, 'rb') as fp: