Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py74 LENGTH_LINK = 100 # maximum length of a linkname variable
1005 if len(info["linkname"]) > LENGTH_LINK:
1019 if len(info["linkname"]) > LENGTH_LINK:
1038 ("name", "path", LENGTH_NAME), ("linkname", "linkpath", LENGTH_LINK),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py999 if link is not None and len(link) > tarfile.LENGTH_LINK: