Searched refs:fixed_hostname (Results 1 - 1 of 1) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc943 string fixed_hostname = hostname; local
944 if (fixed_hostname.length() > MAXHOSTNAMELEN) {
945 auto truncate_length = fixed_hostname.find('.');
949 fixed_hostname.resize(truncate_length);
952 return manager_->device_info()->SetHostname(fixed_hostname);

Completed in 22 milliseconds