Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h35 …static std::shared_ptr<DfxElf> CreateFromHap(const std::string& file, std::shared_ptr<DfxMap> prev…
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_map.cpp350 elf = DfxElf::CreateFromHap(name, prevMap, offset); in GetElf()
H A Ddfx_elf.cpp65 std::shared_ptr<DfxElf> DfxElf::CreateFromHap(const std::string& file, std::shared_ptr<DfxMap> prev… in CreateFromHap() function in OHOS::HiviewDFX::DfxElf