Searched defs:GetDeviceInfoPath (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Ddevice_info.cc241 FilePath DeviceInfo::GetDeviceInfoPath(const string& iface_name, function in class:shill::DeviceInfo
249 return base::ReadFileToString(GetDeviceInfoPath(iface_name, path_name),
256 return base::ReadSymbolicLink(GetDeviceInfoPath(iface_name, path_name),
417 FilePath device_file = GetDeviceInfoPath(iface_name, kInterfaceDevice);

Completed in 25 milliseconds