Searched refs:vdex_file_path (Results 1 – 1 of 1) sorted by relevance
1043 def is_vdex_file(cls, vdex_file_path): argument1044 return vdex_file_path.endswith('.vdex')1164 def enumerate_dex_strings_vdex(cls, vdex_file_path): argument1165 with open(vdex_file_path, 'rb') as vdex_file: