Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp99 if (lseek(ahelper->GetFd(), found_entry.offset, SEEK_SET) != found_entry.offset) { in FindElfInApkByOffsetWithoutCache()
103 if (IsValidElfFile(ahelper->GetFd()) != ElfStatus::NO_ERROR) { in FindElfInApkByOffsetWithoutCache()
Dutils.h80 int GetFd();
Dutils.cpp148 int ArchiveHelper::GetFd() { in GetFd() function in ArchiveHelper