Searched refs:foundtype (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfshelp.c50 enum grub_fshelp_filetype foundtype = GRUB_FSHELP_DIR; local
176 type = foundtype;
192 foundtype = type;
213 if (expecttype == GRUB_FSHELP_REG && foundtype != expecttype)
215 else if (expecttype == GRUB_FSHELP_DIR && foundtype != expecttype)

Completed in 14 milliseconds