Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtestutils.c1494 int *stringpos) in g_string_write_out() argument
1496 if (*stringpos < gstring->len) in g_string_write_out()
1500 r = write (outfd, gstring->str + *stringpos, gstring->len - *stringpos); in g_string_write_out()
1502 *stringpos += MAX (r, 0); in g_string_write_out()