Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc581 Off str_table_size = 0; in GetStringByIndex() local
583 &str_table_size); in GetStringByIndex()
584 if (str_table != 0 && str_index < str_table_size) { in GetStringByIndex()
586 str_table_size -= str_index; in GetStringByIndex()
587 while (str_table_size > 0) { in GetStringByIndex()
593 str_table_size -= 1; in GetStringByIndex()