Lines Matching full:fullpath
139 @param FullPath Receive the updated FV Device Path pointint to the file.
147 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
170 *FullPath = DuplicateDevicePath (FilePath);
193 FileBuffer = BmGetFileBufferByFvFilePath (NewDevicePath, FullPath, FileSize);
218 FileBuffer = BmGetFileBufferByFvFilePath (NewDevicePath, FullPath, FileSize);
558 @param FullPath Return the full device path of the load option after
569 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
589 FileBuffer = EfiBootManagerGetLoadOptionBuffer (FullDevicePath, FullPath, FileSize);
605 @param FullPath Return the full device path of the load option after
615 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
653 *FullPath = FullDevicePath;
666 *FullPath = NULL;
675 @param FullPath Return the full device path of the load option after
685 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
704 FileBuffer = BmGetFileBufferFromLoadFile (Handles[Index], FilePath, FullPath, FileSize);
784 @param FullPath Return the full device path of the load option after
794 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
854 FileBuffer = EfiBootManagerGetLoadOptionBuffer (TempDevicePath, FullPath, FileSize);
914 FileBuffer = EfiBootManagerGetLoadOptionBuffer (TempDevicePath, FullPath, FileSize);
951 @param FullPath Return the full device path pointing to the load option.
959 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
990 *FullPath = TempDevicePath;
1027 *FullPath = NULL;
1049 *FullPath = TempDevicePath;
1099 @param FullPath Return the full device path pointing to the load option.
1108 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
1155 return BmExpandMediaDevicePath (DevicePathFromHandle (Handle), FullPath, FileSize);
1275 @param FullPath Return the full device path pointing to the load option.
1284 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
1331 FileBuffer = BmGetFileBufferFromLoadFileSystem (LoadFileHandle, FullPath, FileSize, &RamDiskHandle);
1340 *FullPath = DuplicateDevicePath (DevicePathFromHandle (LoadFileHandle));
1350 @param FullPath Return the full device path pointing to the load option.
1358 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
1412 return BmGetFileBufferFromLoadFile (Handle, FilePath, FullPath, FileSize);
1420 @param FullPath Return the full device path of the load option after
1431 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
1441 ASSERT ((FilePath != NULL) && (FullPath != NULL) && (FileSize != NULL));
1445 *FullPath = NULL;
1459 FullPath, FileSize);
1470 return BmExpandPartitionDevicePath (FilePath, FullPath, FileSize);
1476 return BmExpandFileDevicePath (FilePath, FullPath, FileSize);
1482 return BmExpandUriDevicePath (FilePath, FullPath, FileSize);
1495 FileBuffer = BmExpandUsbDevicePath (FilePath, FullPath, FileSize, Node);
1503 FileBuffer = BmExpandUsbDevicePath (FilePath, FullPath, FileSize, Node);
1513 return BmGetFileBufferByFvFilePath (FilePath, FullPath, FileSize);
1524 *FullPath = DuplicateDevicePath (FilePath);
1529 return BmGetFileBufferFromLoadFiles (FilePath, FullPath, FileSize);