Home
last modified time | relevance | path

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

/bionic/tests/
Dproperty_benchmark.cpp52 name_lens = new int[nprops]; in LocalPropertyTestState()
59 name_lens[i] = random() % PROP_NAME_MAX; in LocalPropertyTestState()
61 for (int j = 0; j < name_lens[i]; j++) { in LocalPropertyTestState()
64 names[i][name_lens[i]] = 0; in LocalPropertyTestState()
70 __system_property_add(names[i], name_lens[i], values[i], value_lens[i]); in LocalPropertyTestState()
91 delete[] name_lens; in ~LocalPropertyTestState()
98 int *name_lens; member