Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileName.c415 while (*Path != 0 && *Path != PATH_NAME_SEPARATOR) { in FatGetNextNameComponent()
422 while (*Path == PATH_NAME_SEPARATOR) { in FatGetNextNameComponent()
DDirectoryManage.c1286 if (FileName[FileNameLen - 1] == PATH_NAME_SEPARATOR) { in FatLocateOFile()
1292 if (*FileName == PATH_NAME_SEPARATOR) { in FatLocateOFile()
DFat.h104 #define PATH_NAME_SEPARATOR L'\\' macro