Searched refs:CheckAndGetExt4Size (Results 1 – 3 of 3) sorted by relevance
64 bool CheckAndGetExt4Size(const char *headerBuf, uint64_t *imageSize, const char* image);
57 } else if (CheckAndGetExt4Size(&headerBuf[SZ_1KB], &fileSysSize, image) && in GetImageSizeForHVB()
570 bool CheckAndGetExt4Size(const char *headerBuf, uint64_t *imageSize, const char* image) in CheckAndGetExt4Size() function