Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c236 int bnlen; in isxfile() local
240 bnlen = strlen(bn); in isxfile()
243 newbn = &bn[bnlen]; in isxfile()
244 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename in isxfile()
245 bnlen += 4; in isxfile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c305 int bnlen; in isxfile() local
309 bnlen = strlen(bn); in isxfile()
312 newbn = &bn[bnlen]; in isxfile()
313 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename in isxfile()
314 bnlen += 4; in isxfile()