Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLib.h38 #define IS_SLASH(a) ((a) == L'/') macro
DDevicePathFromText.c202 if (!IS_SLASH (*Str) && in GetNextDeviceNodeStr()
218 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()