Searched refs:FilePath (Results 1 - 25 of 73) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DException.py25 self.FilePath = ''
30 self.FilePath = os.path.normpath(XmlElement(Item, '%s/FilePath' % Key))
33 return 'ErrorID = %s KeyWord = %s FilePath = %s' %(self.ErrorID, self.KeyWord, self.FilePath)
40 def FromXmlFile(self, FilePath):
41 XmlContent = XmlParseFile(FilePath)
50 #RtnList.append((Item.ErrorID, Item.KeyWord, Item.FilePath))
64 def __init__(self, FilePath = None):
67 self.LoadExceptionListXml(FilePath)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DOsPath.c37 IN CHAR8 *FilePath
57 FilePath Path name of file to get the parent directory for.
71 Length = strlen (FilePath);
81 (Length == 3 && isalpha (FilePath[0]) && (strcmp(FilePath + 1, ":\\") == 0)) ||
82 (strcmp(FilePath, "/") == 0)
90 Char = FilePath[Length - 1];
92 return OsPathJoin (FilePath, "..");
185 Return = CloneString (FilePath);
H A DOsPath.h34 IN CHAR8 *FilePath
55 FilePath Path name of file to get the parent directory for.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSecurityManagementLib/
H A DDxeSecurityManagementLib.c177 @param[in] FilePath This is a pointer to the device path of the file that is
199 IN CONST EFI_DEVICE_PATH_PROTOCOL *FilePath
208 if (FilePath == NULL) {
235 FileBuffer = GetFileBufferByFilePath (FALSE, FilePath, &FileSize, &AuthenticationStatus);
240 FileBuffer = GetFileBufferByFilePath (TRUE, FilePath, &FileSize, &AuthenticationStatus);
246 FilePath,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DVpdInfoFile.py119 # If parameter FilePath is invalid, then assert.
121 # @param FilePath The given file path which would hold VPD information
122 def Write(self, FilePath):
123 if not (FilePath != None or len(FilePath) != 0):
125 "Invalid parameter FilePath: %s." % FilePath)
127 fd = open(FilePath, "w")
131 "Fail to open file %s for written." % FilePath)
150 "Fail to write file %s" % FilePath)
[all...]
H A DEdkIIWorkspaceBuild.py493 self.Fdf = Platform.FlashDefinitionFile.FilePath
500 self.AddToInfDatabase(Item.FilePath)
504 self.AddToInfDatabase(Item.FilePath)
511 Module = Item.FilePath
517 self.AddToInfDatabase(Lib.FilePath)
518 self.UpdateLibraryClassOfModule(Module, Lib.Name, Arch, Lib.FilePath)
530 self.AddToDecDatabase(Item.FilePath)
554 Pb.FlashDefinition = Platform.FlashDefinitionFile.FilePath
568 Pb.Modules.append(Item.FilePath)
584 Pb.LibraryClasses[(Item.Name, ModuleType)] = Item.FilePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DPlatformClass.py80 # @var FilePath: To store value for FilePath
87 self.FilePath = ''
163 # @var FilePath: To store value for FilePath
169 self.FilePath = ''
296 # @param FilePath: Input value for FilePath, default is ''
299 # @var FilePath: To store value for FilePath
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DSecurityManagementLib.h121 @param[in] FilePath This is a pointer to the device path of the file that is
143 IN CONST EFI_DEVICE_PATH_PROTOCOL *FilePath
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLoadFile.h45 @param FilePath The device specific path of the file to load.
47 boot manager is attempting to load FilePath as a boot
48 selection. If FALSE, then FilePath must match as exact file
60 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
73 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
H A DLoadFile2.h41 @param FilePath The device specific path of the file to load.
53 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
70 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
H A DLoadedImage.h60 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle member in struct:__anon12208
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c610 FILEPATH_DEVICE_PATH *FilePath; local
619 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath;
620 FilePath->Header.Type = MEDIA_DEVICE_PATH;
621 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
622 CopyMem (&FilePath->PathName, FileName, Size);
623 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
624 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLoad.c85 EFI_DEVICE_PATH_PROTOCOL *FilePath; local
89 FilePath = NULL;
105 FilePath = gEfiShellProtocol->GetDevicePathFromFilePath(FileName);
107 if (FilePath == NULL) {
118 FilePath,
169 if (FilePath != NULL) {
170 FreePool(FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.h34 @param FilePath The device specific path of the file to load.
45 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
57 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
H A DPciOptionRomSupport.c21 @param FilePath The file path of the EFI Image
30 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
40 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
58 EfiOpRomImageNode = (MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH *) FilePath;
60 (DevicePathType (FilePath) != MEDIA_DEVICE_PATH) ||
61 (DevicePathSubType (FilePath) != MEDIA_RELATIVE_OFFSET_RANGE_DP) ||
62 (DevicePathNodeLength (FilePath) != sizeof (MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH)) ||
63 (!IsDevicePathEnd (NextDevicePathNode (FilePath))) ||
180 @param FilePath The device specific path of the file to load.
191 @retval EFI_INVALID_PARAMETER FilePath i
38 LocalLoadFile2( IN PCI_IO_DEVICE *PciIoDevice, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN OUT UINTN *BufferSize, IN VOID *Buffer OPTIONAL ) argument
201 LoadFile2( IN EFI_LOAD_FILE2_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN BOOLEAN BootPolicy, IN OUT UINTN *BufferSize, IN VOID *Buffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DLoadPe32Image.h35 @param FilePath The specific file path from which the image is loaded.
47 @retval EFI_NOT_FOUND The FilePath was not found.
66 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DLoadedImage.h62 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle member in struct:__anon15653
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c780 FILEPATH_DEVICE_PATH *FilePath; local
790 FilePath = (FILEPATH_DEVICE_PATH *) FileDevicePath;
791 FilePath->Header.Type = MEDIA_DEVICE_PATH;
792 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
793 CopyMem (&FilePath->PathName, FileName, Size);
794 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
795 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c429 manager is attempting to load FilePath as a
963 if (Image->Info.FilePath != NULL) {
964 CoreFreePool (Image->Info.FilePath);
984 manager is attempting to load FilePath as a
987 @param FilePath The specific file path from which the image is
1005 @retval EFI_NOT_FOUND The FilePath was not found.
1027 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
1068 OriginalFilePath = FilePath;
1069 HandleFilePath = FilePath;
1086 if (FilePath
1024 CoreLoadImageCommon( IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, IN EFI_PHYSICAL_ADDRESS DstBuffer OPTIONAL, IN OUT UINTN *NumberOfPages OPTIONAL, OUT EFI_HANDLE *ImageHandle, OUT EFI_PHYSICAL_ADDRESS *EntryPoint OPTIONAL, IN UINT32 Attribute ) argument
1345 CoreLoadImage( IN BOOLEAN BootPolicy, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, OUT EFI_HANDLE *ImageHandle ) argument
1431 CoreLoadImageEx( IN EFI_PE32_IMAGE_PROTOCOL *This, IN EFI_HANDLE ParentImageHandle, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, IN EFI_PHYSICAL_ADDRESS DstBuffer OPTIONAL, OUT UINTN *NumberOfPages OPTIONAL, OUT EFI_HANDLE *ImageHandle, OUT EFI_PHYSICAL_ADDRESS *EntryPoint OPTIONAL, IN UINT32 Attribute ) argument
[all...]
H A DImage.h97 @param FilePath The specific file path from which the image is
112 @retval EFI_NOT_FOUND The FilePath was not found.
134 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDxeServicesLib.h245 attempting to load FilePath as a boot selection.
246 If FALSE, then FilePath must match an exact
248 @param[in] FilePath Pointer to the device path of the file that is abstracted to
261 IN CONST EFI_DEVICE_PATH_PROTOCOL *FilePath,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c460 @param[in, out] FilePath On input, the device path to the file.
486 IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath,
498 if ((FilePath == NULL || FileHandle == NULL)) {
504 FilePath,
532 while (!IsDevicePathEnd (*FilePath)) {
536 if (DevicePathType (*FilePath) != MEDIA_DEVICE_PATH ||
537 DevicePathSubType (*FilePath) != MEDIA_FILEPATH_DP
554 ((FILEPATH_DEVICE_PATH*)*FilePath)->PathName,
566 ((FILEPATH_DEVICE_PATH*)*FilePath)->PathName,
583 *FilePath
485 OpenFileByDevicePath( IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath, OUT EFI_FILE_HANDLE *FileHandle, IN UINT64 OpenMode, IN UINT64 Attributes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c54 @param[in, out] FilePath On a sucessful return the device path to the handle.
65 IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath
91 // *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
92 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
140 EFI_DEVICE_PATH_PROTOCOL *FilePath; local
177 FilePath = NULL;
212 FilePath = NULL;
216 (VOID**)&FilePath);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c54 @param[in, out] FilePath On a sucessful return the device path to the handle.
65 IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath
91 // *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
92 *FilePath = AppendDevicePath(ImageDevicePath,LoadedImage->FilePath);
140 EFI_DEVICE_PATH_PROTOCOL *FilePath; local
177 FilePath = NULL;
212 FilePath = NULL;
216 (VOID**)&FilePath);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h137 loaded image protocol installed on it. the FilePath will point to the device path
141 @param[in, out] FilePath on a sucessful return the device path to the file
152 IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath
194 @param[in] FilePath The path to the file for shell. The second place to look for the startup script.
202 IN EFI_DEVICE_PATH_PROTOCOL *FilePath

Completed in 78 milliseconds

123