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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
H A DFilePaths.c32 CHAR16 *LastSlash; local
36 for ( Walker = Path, LastSlash = NULL
41 LastSlash = Walker+1;
43 LastSlash = Walker+1;
46 if (LastSlash != NULL) {
47 *LastSlash = CHAR_NULL;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
H A DFvSimpleFileSystem.c338 CHAR16 *LastSlash; local
342 for ( Walker = Path, LastSlash = NULL
347 LastSlash = Walker + 1;
351 if (LastSlash != NULL) {
352 *LastSlash = CHAR_NULL;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c619 CHAR16 *LastSlash; local
646 LastSlash = Str;
660 StrCpyS (LastSlash, MaxLen - (UINTN) (LastSlash - Str), TmpStr);
661 Ptr = LastSlash;
673 Ptr = LastSlash;
675 LastSlash = Ptr;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1094 CHAR16 *LastSlash; local
1113 LastSlash = Str;
1127 StrCpyS (LastSlash, MaxLen - (UINTN) (LastSlash - Str), TmpStr);
1128 Ptr = LastSlash;
1140 Ptr = LastSlash;
1142 LastSlash = Ptr;

Completed in 10 milliseconds