Home
last modified time | relevance | path

Searched refs:buildIdHex (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp434 std::string buildIdHex = GetBuildId((uint64_t)((char*)GetMmapPtr() + shdr.offset), shdr.size); in GetBuildId() local
435 if (!buildIdHex.empty()) { in GetBuildId()
436 buildId_ = ToReadableBuildId(buildIdHex); in GetBuildId()
508 std::string DfxElf::ToReadableBuildId(const std::string& buildIdHex) in ToReadableBuildId() argument
510 if (buildIdHex.empty()) { in ToReadableBuildId()
516 const size_t len = buildIdHex.length(); in ToReadableBuildId()
520 unsigned int n = buildIdHex[i]; in ToReadableBuildId()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h77 static std::string ToReadableBuildId(const std::string& buildIdHex);

Completed in 3 milliseconds