Searched refs:gptImageLen (Results 1 – 2 of 2) sorted by relevance
147 bool CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen);
260 bool Ptable::CheckIfValidGpt(const uint8_t *gptImage, const uint32_t gptImageLen) in CheckIfValidGpt() argument263 if (gptImageLen < 8) { in CheckIfValidGpt()