Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_utils.cpp50 uint64_t l_chars = l.io[i].rchar + l.io[i].wchar; in cmp_uid_info() local
56 if (l_chars != r_chars) { in cmp_uid_info()
57 return l_chars > r_chars; in cmp_uid_info()