Searched refs:std_snprintf (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/src/ |
D | mod_table.c | 409 int rv = std_snprintf(tmp, tmplen, "%.*s", dm->vals.filelen, dm->vals.file); in open_mod_table_open_dynamic() 413 rv = std_snprintf(tmp, tmplen, "lib%s_skel.so", uri); in open_mod_table_open_dynamic() 422 int rv = std_snprintf(tmp, tmplen, "%.*s", dm->vals.symlen, dm->vals.sym); in open_mod_table_open_dynamic() 425 int rv = std_snprintf(tmp, tmplen, "%s_skel_invoke", uri); in open_mod_table_open_dynamic() 516 int rv = std_snprintf(dm->uri, sz, "file:///%.*s?%.*s&_modver=%.*s", in open_mod_table_open_from_static() 522 int rv = std_snprintf(dm->uri, sz, "file://%.*s?%.*s", in open_mod_table_open_from_static()
|
D | log_config.c | 176 len = std_snprintf(0, 0, "%s/%s", base, file) + 1; in readLogConfigFromPath() 178 std_snprintf(path, (int)len, "%s/%s", base, file); in readLogConfigFromPath()
|
D | std_strlprintf.c | 743 int std_snprintf(char *pszDest, int nDestSize, const char *pszFmt, ...) in std_snprintf() function
|
/external/fastrpc/inc/ |
D | AEEstd.h | 161 extern int std_snprintf(char *pszDest, int nDestSize,
|