Searched defs:bn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c303 char *bn; local
308 bn = basename(filename); // Separate off the file name component
310 bnlen = strlen(bn);
311 newbn = strrchr(bn, '.'); // Does basename contain a period?
313 newbn = &bn[bnlen];
321 joinpath(filename, bn); // Stitch path and file name back together

Completed in 75 milliseconds