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

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c171 static const char postfix[] = ".so"; local
236 char buf[sizeof(prefix) + MAXNAMESIZE + sizeof(postfix)];
239 strcat(buf, postfix);

Completed in 75 milliseconds