Home
last modified time | relevance | path

Searched refs:GetEntryData (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dutils_test.cpp96 ASSERT_TRUE(ahelper->GetEntryData(entry, &data)); in TEST()
Dutils.h79 bool GetEntryData(ZipEntry& entry, std::vector<uint8_t>* data);
Dutils.cpp139 bool ArchiveHelper::GetEntryData(ZipEntry& entry, std::vector<uint8_t>* data) { in GetEntryData() function in ArchiveHelper
Ddso.cpp433 ahelper->FindEntry(std::get<2>(tuple), &entry) && ahelper->GetEntryData(entry, &data)) { in LoadSymbols()