Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dmisc.c89 static int _temp_string_n; variable
94 TempString* t = &_temp_strings[_temp_string_n]; in tempstr_get()
96 if ( ++_temp_string_n >= MAX_TEMP_STRINGS ) in tempstr_get()
97 _temp_string_n = 0; in tempstr_get()