Home
last modified time | relevance | path

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

/system/core/libcutils/
Dfs_config_test.cpp179 uint16_t host_len = (len >= endof(pc, len)) ? pc->len : INT16_MAX; in check_unique() local
180 if (host_len > len) { in check_unique()
182 << host_len << " > " << len << ")"; in check_unique()
215 host_len); in check_unique()
216 len -= host_len; in check_unique()
Dfs_config.cpp329 uint16_t host_len = header.len; in fs_config() local
330 ssize_t len, remainder = host_len - sizeof(header); in fs_config()