Searched refs:GetFd (Results 1 – 3 of 3) sorted by relevance
99 if (lseek(ahelper->GetFd(), found_entry.offset, SEEK_SET) != found_entry.offset) { in FindElfInApkByOffsetWithoutCache()103 if (IsValidElfFile(ahelper->GetFd()) != ElfStatus::NO_ERROR) { in FindElfInApkByOffsetWithoutCache()
80 int GetFd();
148 int ArchiveHelper::GetFd() { in GetFd() function in ArchiveHelper