Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1043 def is_vdex_file(cls, vdex_file_path): argument
1044 return vdex_file_path.endswith('.vdex')
1164 def enumerate_dex_strings_vdex(cls, vdex_file_path): argument
1165 with open(vdex_file_path, 'rb') as vdex_file: