Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_overlay.c873 const int length_twl = (int)(FS_OVERLAY_TWL_TOTAL * sizeof(FSOverlayInfoHeader)); in FS_AttachOverlayTable() local
875 if ((len != length_ntr) && (len != length_ntr + length_twl)) in FS_AttachOverlayTable()
888 else if (length_twl != 0) in FS_AttachOverlayTable()
891 … if (!FSi_CompareDigest((const u8 *)SDK_LTDOVERLAYTABLE_DIGEST, buffer_twl, length_twl, TRUE)) in FS_AttachOverlayTable()