Searched refs:scan_elf_files (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1565 for path, elf in scan_elf_files(tmp_dir, mount_point, unzip_files): 1596 for path, elf in scan_elf_files(apex_dir, mount_point, unzip_files): 1621 def scan_elf_files(root, mount_point=None, unzip_files=True): function 2290 scan_elf_files, unzip_files): argument 2300 for path, elf in scan_elf_files(root, unzip_files=unzip_files): 2904 def _create_internal(scan_elf_files, system_dirs, system_dirs_as_vendor, argument 2920 scan_elf_files, unzip_files) 2927 scan_elf_files, unzip_files) 2946 scan_elf_files, system_dirs, system_dirs_as_vendor, 2995 for path, elf in scan_elf_files(root): [all …]
|