HomeSort by relevance Sort by last modified time
    Searched defs:MPath (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 283 wchar_t *MPath = NULL;
309 MPath = calloc(MapLen+2, sizeof(wchar_t));
310 if(MPath != NULL) {
311 wmemcpy(MPath, WPath, MapLen+1);
357 *MapPath = MPath;
359 else if(MPath != NULL) {
360 free(MPath); /* Caller doesn't want it so let MPath go free */
364 MPath is either NULL or points to the Map Name,
367 if(MPath == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 663 wchar_t *MPath;
673 Status = ParsePath(path, &NewPath, &Node, &Instance, &MPath);
697 doresult = Node->OpenFunc(Node, filp, Instance, NewPath, MPath);
726 free(MPath); // We don't need this any more.
    [all...]

Completed in 95 milliseconds