Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/health/
H A DCycleCountBackupRestore.cpp27 const char *persist_path, const char *serial_path) in CycleCountBackupRestore() argument
33 serial_path_(serial_path) { in CycleCountBackupRestore()
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DCycleCountBackupRestore.h33 const char *serial_path = "");
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp585 std::string serial_path = android::base::StringPrintf( in register_device() local
588 if (!android::base::ReadFileToString(serial_path, &serial)) { in register_device()
589 D("[ usb read %s failed: %s ]", serial_path.c_str(), strerror(errno)); in register_device()