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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DSection.py120 Suffix = FileExtension
122 Suffix = Section.SectionType.get(FileType)
124 Suffix = Section.BinFileType.get(FileType)
142 if Suffix != None:
144 if Suffix in SuffixMap:
145 FileList.extend(SuffixMap[Suffix])
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c113 const WCHAR *Suffix = &pNetRoot->pNetRootName->Buffer[8]; /* Number of chars in '\vboxsrv' */ local
115 if ( Suffix[0] == L'\\'
116 && (Suffix[1] == L'I' || Suffix[1] == L'i')
117 && (Suffix[2] == L'P' || Suffix[2] == L'p')
118 && (Suffix[3] == L'C' || Suffix[3] == L'c')
119 && Suffix[4] == L'$'
123 || (Suffix[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.c492 UINTN Suffix; local
496 Suffix = 0;
500 FileNameTmp = CatSPrint (NULL, L"NewFile%d.%s", Suffix, Extension);
513 Suffix++;
514 } while (Suffix != 0);

Completed in 50 milliseconds