HomeSort by relevance Sort by last modified time
    Searched defs:DoesPortExist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_port_enumerator.cc 10 bool SerialPortEnumerator::DoesPortExist(const StringSet& name_set,
serial_api.cc 115 if (DoesPortExist(params_->port)) {
150 bool SerialOpenFunction::DoesPortExist(const std::string& port) {
153 return SerialPortEnumerator::DoesPortExist(name_set, params_->port);

Completed in 51 milliseconds