Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/include/
H A Dfs_hvb.h65 bool CheckAndGetErofsSize(const char *headerBuf, uint64_t *imageSize, const char* image);
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dhvb_ops.c53 if (CheckAndGetErofsSize(&headerBuf[SZ_1KB], &fileSysSize, image) && in GetImageSizeForHVB()
H A Dfs_hvb.c588 bool CheckAndGetErofsSize(const char *headerBuf, uint64_t *imageSize, const char* image) in CheckAndGetErofsSize() function