Searched defs:elf_file (Results 1 - 1 of 1) sorted by relevance

/system/core/libbacktrace/
H A DBacktraceOffline.cpp686 std::string elf_file = filename.substr(pos + 2); local
700 ret_code = FindEntry(handle, ZipString(elf_file.c_str()), &zentry);
702 BACK_LOGW("failed to find %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
707 BACK_LOGW("%s is compressed in %s, which doesn't support running directly", elf_file.c_str(),
715 BACK_LOGW("failed to read %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
721 BACK_LOGW("failed to create binary for %s in %s: %s", elf_file.c_str(), apk_file.c_str(),

Completed in 388 milliseconds