Home
last modified time | relevance | path

Searched refs:ParsePath (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DDevice.h130 ParsePath( const char *path, wchar_t **FullPath, DeviceNode **DevNode, int *Which, wchar_t **MapPat…
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c572 Status = ParsePath(path, &NewPath, &Node, &Instance, NULL); in mkdir()
673 Status = ParsePath(path, &NewPath, &Node, &Instance, &MPath); in open()
933 Status = ParsePath(From, &FromPath, &FromNode, &Instance, NULL); in rename()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DPath.c271 ParsePath( in ParsePath() function