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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 568 char *pathfree = NULL; /* this memory must be free'd */ local
575 pathfree = path;
582 result = edk2_error_with_filename(pathfree);
587 PyMem_Free(pathfree);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 567 char *pathfree = NULL; /* this memory must be free'd */ local
574 pathfree = path;
581 result = posix_error_with_filename(pathfree);
586 PyMem_Free(pathfree);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1459 char *pathfree = NULL; \/* this memory must be free'd *\/ local
    [all...]

Completed in 385 milliseconds