Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_linux.cpp548 std::string serial_path = in register_device() local
551 if (!android::base::ReadFileToString(serial_path, &serial)) { in register_device()
552 D("[ usb read %s failed: %s ]", serial_path.c_str(), strerror(errno)); in register_device()