Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanController.cpp76 static std::optional<UsbCanIface> getIfaceName(fs::path serialPath) { in getIfaceName() argument
79 fs::recursive_directory_iterator fsItr(serialPath.parent_path(), kOpts, fsStatus); in getIfaceName()
81 LOG(ERROR) << "Failed to open " << serialPath.parent_path(); in getIfaceName()