Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_info.cc417 FilePath device_file = GetDeviceInfoPath(iface_name, kInterfaceDevice); in IsCdcEthernetModemDevice() local
419 if (!base::ReadSymbolicLink(device_file, &device_path)) { in IsCdcEthernetModemDevice()
426 base::MakeAbsoluteFilePath(device_file.DirName().Append(device_path)); in IsCdcEthernetModemDevice()