Home
last modified time | relevance | path

Searched refs:abcDataSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_extractor_utils.h42 size_t abcDataSize; member
50 …l GetHapAbcInfo(uintptr_t& loadOffset, std::unique_ptr<uint8_t[]>& abcDataPtr, size_t& abcDataSize) in GetHapAbcInfo() argument
73 if (zipFile_->ExtractToBufByName(fileName, abcDataPtr, abcDataSize)) { in GetHapAbcInfo()
74 LOGU("Hap abc: %s, size: %zu", fileName.c_str(), abcDataSize); in GetHapAbcInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp78 size_t abcDataSize = map->end - map->begin; variable
79 dfxHap.abcDataPtr_ = std::make_unique<uint8_t[]>(abcDataSize);