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

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py105 # @param FilePath The path of platform description file
126 # @param FilePath The path of meta file
130 def __new__(Class, FilePath, *args, **kwargs):
131 if FilePath in Class.MetaFiles:
132 return Class.MetaFiles[FilePath]
135 Class.MetaFiles[FilePath] = ParserObject
142 # @param FilePath The path of platform description file
149 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1):
153 self.MetaFile = FilePath
433 # @param FilePath Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1089 FILEPATH_DEVICE_PATH FilePath; member in union:__anon12088
1138 FILEPATH_DEVICE_PATH *FilePath; member in union:__anon12089
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py346 FilePath = ""
350 FilePath = "STDOUT"
H A DGenC.py2116 # @param FilePath The path of code file
2123 def Generate(FilePath, Content, IsBinaryFile):
2124 return SaveFileOnChange(FilePath, Content, IsBinaryFile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DCommonClass.py423 # @var FilePath: To store value for FilePath
429 self.FilePath = ''
H A DModuleClass.py146 # @var FilePath: To store value for FilePath
153 self.FilePath = ''
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c64 FinalPath = AppendDevicePath (ImageDevicePath, LoadedImage->FilePath);
H A DUnload.c91 DevicePathText = DevicePathToText->ConvertDevicePathToText(Image->FilePath, TRUE, TRUE);
H A DDh.c262 DevicePath = LoadedImage->FilePath;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py189 # @param FilePath File path to be normalized
190 # @param Workspace Workspace path which the FilePath will be checked against
194 def NormFile(FilePath, Workspace):
196 if os.path.isabs(FilePath):
197 FileFullPath = os.path.normpath(FilePath)
199 FileFullPath = os.path.normpath(os.path.join(Workspace, FilePath))
1615 FilePath = os.path.join(self.WorkspaceDir, gBuildCacheDir, "gFileTimeStampCache")
1616 if Utils.gFileTimeStampCache == {} and os.path.isfile(FilePath):
1617 Utils.gFileTimeStampCache = Utils.DataRestore(FilePath)
1621 FilePath
[all...]
H A DBuildReport.py1036 (Guid, Phase, FfsName, FilePath) = Line.split()
1040 self.ItemList.append((Phase, Symbol, FilePath))
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c419 FILEPATH_DEVICE_PATH *FilePath; local
453 for ( FilePath = (FILEPATH_DEVICE_PATH*)DevicePathCopy
454 ; !IsDevicePathEnd (&FilePath->Header)
455 ; FilePath = (FILEPATH_DEVICE_PATH*)NextDevicePathNode (&FilePath->Header)
460 if ((DevicePathType(&FilePath->Header) != MEDIA_DEVICE_PATH) ||
461 (DevicePathSubType(&FilePath->Header) != MEDIA_FILEPATH_DP)) {
472 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePath), FilePath);
H A DShell.c569 loaded image protocol installed on it. The FilePath will point to the device path
573 @param[in, out] FilePath On a sucessful return the device path to the file.
584 IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath
592 ASSERT(FilePath != NULL);
613 *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
771 @param FilePath the path to the file for shell. second place to look for the startup script.
779 EFI_DEVICE_PATH_PROTOCOL *FilePath
867 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, ((FILEPATH_DEVICE_PATH*)FilePath)->PathName, 0);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c1206 if (gDxeCoreLoadedImage->FilePath == NULL) {
1215 gDxeCoreLoadedImage->FilePath = DuplicateDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDecClassObject.py355 Include.FilePath = NormPath(Key)
528 print Item.FilePath, Item.SupArchList
H A DInfClassObject.py485 print Item.FilePath, Item.SupArchList
494 print Item.FilePath, Item.SupArchList, Item.FeatureFlag
698 Include.FilePath = NormPath(Key)
804 Package.FilePath = NormPath(Key[0])
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c670 FilePathNode = LoadedImageProtocol->FilePath;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DPackageSurfaceAreaXml.py110 HeaderFileNode = CreateXmlElement('HeaderFile', PackageIncludeHeader.FilePath, [], AttributeList)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c274 if (Image->FilePath == NULL) {
277 DevPathNode = Image->FilePath;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h1286 manager is attempting to load FilePath as a
1289 @param FilePath The specific file path from which the image is
1298 @retval EFI_NOT_FOUND The FilePath was not found.
1320 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c2728 @param FilePath The device specific path of the file to load.
2730 boot manager is attempting to load FilePath as a boot
2731 selection. If FALSE, then FilePath must match as exact file
2743 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
2756 IN EFI_DEVICE_PATH_PROTOCOL * FilePath,
2754 EfiPxeLoadFile( IN EFI_LOAD_FILE_PROTOCOL * This, IN EFI_DEVICE_PATH_PROTOCOL * FilePath, IN BOOLEAN BootPolicy, IN OUT UINTN *BufferSize, IN VOID *Buffer OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c2266 @param[in] FilePath The device specific path of the file to load.
2268 boot manager is attempting to load FilePath as a boot
2269 selection. If FALSE, then FilePath must match an exact file
2281 @retval EFI_INVALID_PARAMETER FilePath is not a valid device path, or
2294 IN EFI_DEVICE_PATH_PROTOCOL *FilePath,
2292 EfiPxeLoadFile( IN EFI_LOAD_FILE_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *FilePath, IN BOOLEAN BootPolicy, IN OUT UINTN *BufferSize, IN VOID *Buffer OPTIONAL ) argument
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp612 vdi->COMGETTER(FilePath)(dst.asOutParam());

Completed in 123 milliseconds

123