Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library
- Timestamp:
- Oct 29, 2015 4:30:44 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103777
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/HandleParsingLib.h
r58459 r58466 121 121 /** 122 122 Get best support language for this driver. 123 124 First base on the user input language to search, second base on the current 125 platform used language to search, third get the first language from the 123 124 First base on the user input language to search, second base on the current 125 platform used language to search, third get the first language from the 126 126 support language list. The caller need to free the buffer of the best language. 127 127 -
trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/PathLib.h
r48674 r58466 34 34 35 35 /** 36 Function to clean up paths. 37 36 Function to clean up paths. 37 38 38 - Single periods in the path are removed. 39 39 - Double periods in the path are removed along with a single parent directory. 40 40 - Forward slashes L'/' are converted to backward slashes L'\'. 41 41 42 This will be done inline and the existing buffer may be larger than required 42 This will be done inline and the existing buffer may be larger than required 43 43 upon completion. 44 44 -
trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/ShellCommandLib.h
r58459 r58466 508 508 509 509 /** 510 Create a consistent mapped name for the device specified by DevicePath 510 Create a consistent mapped name for the device specified by DevicePath 511 511 based on the Table. 512 512 513 This must be called after ShellCommandConsistMappingInitialize() and 513 This must be called after ShellCommandConsistMappingInitialize() and 514 514 before ShellCommandConsistMappingUnInitialize() is called. 515 515 -
trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/ShellLib.h
r58459 r58466 1348 1348 /** 1349 1349 Function to delete a file by name 1350 1350 1351 1351 @param[in] FileName Pointer to file name to delete. 1352 1352 1353 1353 @retval EFI_SUCCESS the file was deleted sucessfully 1354 1354 @retval EFI_WARN_DELETE_FAILURE the handle was closed, but the file was not … … 1380 1380 @param[in] CommandToGetHelpOn Pointer to a string containing the command name of help file to be printed. 1381 1381 @param[in] SectionToGetHelpOn Pointer to the section specifier(s). 1382 @param[in] PrintCommandText If TRUE, prints the command followed by the help content, otherwise prints 1382 @param[in] PrintCommandText If TRUE, prints the command followed by the help content, otherwise prints 1383 1383 the help content only. 1384 1384 @retval EFI_DEVICE_ERROR The help data format was incorrect.
Note:
See TracChangeset
for help on using the changeset viewer.