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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DOptionRom.py86 FilePathName = FfsFile.GenFfs()
88 FileName = os.path.basename(FilePathName)
95 [FilePathName],
105 EfiFileList.append(FilePathName)
107 BinFileList.append(FilePathName)
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c197 static BOOL vboxIsPrefixOK (const WCHAR *FilePathName, ULONG PathNameLength) argument
201 /* The FilePathName here looks like: \vboxsrv\... */
204 PrefixOK = (FilePathName[0] == L'\\');
205 PrefixOK &= (FilePathName[1] == L'V') || (FilePathName[1] == L'v');
206 PrefixOK &= (FilePathName[2] == L'B') || (FilePathName[2] == L'b');
207 PrefixOK &= (FilePathName[3] == L'O') || (FilePathName[3] == L'o');
208 PrefixOK &= (FilePathName[
266 const WCHAR *FilePathName = NULL; local
[all...]
H A Dnet.c275 VOID VBoxMRxExtractNetRootName(IN PUNICODE_STRING FilePathName, argument
280 int cChars = FilePathName->Length/sizeof(WCHAR);
292 FilePathName->Length/sizeof(WCHAR), FilePathName->Buffer, RestOfName));
299 /* Find the NetRoot length: end of FilePathName or the next delimiter. */
303 if ( FilePathName->Buffer[i] == L'\\'
314 NetRootName->Buffer = &FilePathName->Buffer[iNetRoot];
324 RestOfName->Buffer = &FilePathName->Buffer[i];
H A Dvbsf.h173 VOID VBoxMRxExtractNetRootName(IN PUNICODE_STRING FilePathName,

Completed in 46 milliseconds