Searched defs:current (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dsystem_properties.cpp368 prop_bt* current = bt; local
370 if (!current) {
374 const int ret = cmp_prop_name(name, namelen, current->name, current->namelen);
376 return current;
380 if (current->left) {
381 current = reinterpret_cast<prop_bt*>(to_prop_obj(current->left));
394 current->left = new_offset;
399 if (current
424 prop_bt* current = trie; local
[all...]

Completed in 34 milliseconds