Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c311 BOOLEAN RemovableFound; in TryRemovableDevice() local
315 RemovableFound = FALSE; in TryRemovableDevice()
318 while (!IsDevicePathEnd (TmpDevicePath) && !RemovableFound) { in TryRemovableDevice()
323 RemovableFound = TRUE; in TryRemovableDevice()
330 if (!RemovableFound) { in TryRemovableDevice()