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

  /system/core/debuggerd/libdebuggerd/
elf_utils.cpp 35 static bool get_build_id(unwindstack::Memory* memory, uintptr_t base_addr, uint8_t* e_ident, function
115 return get_build_id<Elf32_Ehdr, Elf32_Phdr, Elf32_Nhdr>(memory, addr, e_ident, build_id);
117 return get_build_id<Elf64_Ehdr, Elf64_Phdr, Elf64_Nhdr>(memory, addr, e_ident, build_id);
  /development/tools/repo_diff/
repo_diff_android.py 111 def get_build_id(workspace): function
157 build_id = get_build_id(workspace)

Completed in 463 milliseconds