Searched refs:OpenElfFile (Results 1 – 2 of 2) sorted by relevance
41 static bool OpenElfFile(const std::string& fileName, std::ifstream& elfFile);
27 bool Elf64Parser::OpenElfFile(const std::string& fileName, std::ifstream& elfFile) { in OpenElfFile() function in android::elf64::Elf64Parser159 if (OpenElfFile(fileName, elfFile) && in ParseElfFile()