Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c490 int linklen = readlink(progpath, tmpbuffer, MAXPATHLEN); in calculate_path() local
491 while (linklen != -1) { in calculate_path()
493 tmpbuffer[linklen] = '\0'; in calculate_path()
503 linklen = readlink(argv0_path, tmpbuffer, MAXPATHLEN); in calculate_path()