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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 1078 Py_UNICODE woutbuf[MAX_PATH*2], *woutbufp = woutbuf; local
1086 woutbufp = malloc(result * sizeof(Py_UNICODE));
1087 if (!woutbufp)
1089 result = GetFullPathNameW(wpath, result, woutbufp, &wtemp);
1092 v = PyUnicode_FromUnicode(woutbufp, wcslen(woutbufp));
1095 if (woutbufp != woutbuf)
1096 free(woutbufp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 2427 Py_UNICODE woutbuf[MAX_PATH*2], *woutbufp = woutbuf; local
    [all...]

Completed in 699 milliseconds