Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_utils.cpp48 uint64_t l_bytes = l.io[i].read_bytes + l.io[i].write_bytes; in cmp_uid_info() local
53 if (l_bytes != r_bytes) { in cmp_uid_info()
54 return l_bytes > r_bytes; in cmp_uid_info()