Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1028 char* xtn = strrchr(fn, '.'); in do_send_signature() local
1029 if (!xtn) return; in do_send_signature()
1031 if (strcmp(xtn, ".img")) return; in do_send_signature()
1033 strcpy(xtn, ".sig"); in do_send_signature()
1037 strcpy(xtn, ".img"); in do_send_signature()