Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanController.cpp46 static const fs::path kDevPath("/sys/devices/"); variable
161 fs::recursive_directory_iterator fsItr(kDevPath, kOpts, fsStatus); in findUsbDevice()
163 LOG(ERROR) << "Failed to open " << kDevPath; in findUsbDevice()