Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dcollect_elf_syscall.py41 def create_needed_file(elf_path, locate_path, cmd, suffix): argument
42 if locate_path[-1] != '/':
43 locate_path = '{}/'.format(locate_path)
45 target_path = '{}{}'.format(locate_path, elf_file_name)
54 def generate_libc_asm(target_cpu, elf_path, locate_path): argument
65 return create_needed_file(elf_path, locate_path, cmd, '.asm')
168 def create_disassemble_file(elf_path, locate_path, section): argument
170 return create_needed_file(elf_path, locate_path, cmd, section + '.asm')