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

/system/core/fastboot/
H A Dfastboot.c772 char *xtn; local
774 xtn = strrchr(fn, '.');
775 if (!xtn) return;
776 if (strcmp(xtn, ".img")) return;
778 strcpy(xtn,".sig");
780 strcpy(xtn,".img");

Completed in 58 milliseconds