Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_utils.cpp164 uint64_t l_bytes = l.io[i].read_bytes + l.io[i].write_bytes; in cmp_uid_info() local
169 if (l_bytes != r_bytes) { in cmp_uid_info()
170 return l_bytes > r_bytes; in cmp_uid_info()
/system/tpm/trunks/
Dtpm_generated.cc18150 std::string l_bytes; in ParseResponse_Commit() local
18151 rc = Parse_TPM2B_ECC_POINT(&buffer, l, &l_bytes); in ParseResponse_Commit()