Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/common/
H A Dutils.cc783 static bool GetFileFormatELF(const uint8_t* buffer, in GetFileFormatELF() function
859 if (GetFileFormatELF(buffer.data(), buffer.size(), &result)) in GetFileFormat()