Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/include/
H A Derofs_overlay_common.h41 bool CheckIsExt4(const char *dev, uint64_t offset);
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/
H A Derofs_overlay_common.c47 bool CheckIsExt4(const char *dev, uint64_t offset) in CheckIsExt4() function
H A Derofs_mount_overlay.c467 if (!CheckIsExt4(devExt4, 0)) { in MountPartitionDevice()
/ohos5.0/base/startup/init/remount/
H A Dremount_overlay.c182 if (CheckIsExt4(devExt4, 0)) { in DoRemount()
272 if (CheckIsExt4(devExt4, 0)) { in DoSystemRemount()