]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Make the FileHandleGetFileName return the file name in right format.
authorQiu Shumin <shumin.qiu@intel.com>
Wed, 26 Aug 2015 02:25:42 +0000 (02:25 +0000)
committershenshushi <shenshushi@Edk2>
Wed, 26 Aug 2015 02:25:42 +0000 (02:25 +0000)
commitad6f6f86789eb27215b083f376fbec6389126284
tree85061a81aed157fe7831ee844a95fe1a1e7b2e04
parent12e6c7381d297e9612145902d3eeab9c3a7a4b5e
MdePkg: Make the FileHandleGetFileName return the file name in right format.

1. If the file is not a directory remove the redundant '\' char in file name string returned from UefiFileHandleLib.FileHandleGetFileName.
2. Update function comments.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18314 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/FileHandleLib.h
MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c