HomeSort by relevance Sort by last modified time
    Searched refs:add_footer (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tools/
gensyscalls.py 291 def add_footer(pointer_length, stub, syscall): function
544 syscall["asm-arm"] = add_footer(32, arm_eabi_genstub(syscall), syscall)
547 syscall["asm-arm64"] = add_footer(64, arm64_genstub(syscall), syscall)
551 syscall["asm-x86"] = add_footer(32, x86_genstub_socketcall(syscall), syscall)
553 syscall["asm-x86"] = add_footer(32, x86_genstub(syscall), syscall)
559 syscall["asm-mips"] = add_footer(32, mips_genstub(syscall), syscall)
562 syscall["asm-mips64"] = add_footer(64, mips64_genstub(syscall), syscall)
565 syscall["asm-x86_64"] = add_footer(64, x86_64_genstub(syscall), syscall)
  /build/make/tools/releasetools/
verity_utils.py 457 add_footer = ("add_hash_footer" if self.footer_type == self.AVB_HASH_FOOTER
459 cmd = [self.avbtool, add_footer, "--partition_size",
485 add_footer = ("add_hash_footer" if self.footer_type == self.AVB_HASH_FOOTER
487 cmd = [self.avbtool, add_footer,

Completed in 184 milliseconds