Searched refs:fs_mgr_overlayfs_has_logical (Results 1 – 1 of 1) sorted by relevance
191 static bool fs_mgr_overlayfs_has_logical(const Fstab& fstab) { in fs_mgr_overlayfs_has_logical() function582 if (access(super_device.c_str(), R_OK | W_OK) || !fs_mgr_overlayfs_has_logical(fstab)) { in CanUseSuperPartition()