Home
last modified time | relevance | path

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

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