Lines Matching full:iface_name
242 // a specific interface |iface_name|.
243 base::FilePath GetDeviceInfoPath(const std::string& iface_name,
246 // |iface_name| in output parameter |contents_out|. Returns true if file
248 bool GetDeviceInfoContents(const std::string& iface_name,
253 // |path_name| for interface |iface_name| in output parameter |path_out|.
255 bool GetDeviceInfoSymbolicLink(const std::string& iface_name,
258 // Classify the device named |iface_name|, and return an identifier
261 const std::string& iface_name);
262 // Checks the device specified by |iface_name| to see if it's a modem device.
263 // This method assumes that |iface_name| has already been determined to be
265 bool IsCdcEthernetModemDevice(const std::string& iface_name);