Searched refs:out_str (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dstr_parms.c336 char *out_str; local
344 out_str = str_parms_to_str(str_parms);
346 ALOGI("%s: '%s' stringified is '%s'", __func__, str, out_str);
347 free(out_str);
/system/core/sh/
H A Darith_lex.c1787 void yyset_out (FILE * out_str )
1789 yyout = out_str ;

Completed in 632 milliseconds