Searched refs:serial_path_ (Results 1 – 2 of 2) sorted by relevance
33 serial_path_(serial_path) { in CycleCountBackupRestore()50 if (serial_path_.empty()) in CheckSerial()53 if (!android::base::ReadFileToString(serial_path_, &device_battery_serial)) { in CheckSerial()54 LOG(ERROR) << "Failed to read " << serial_path_; in CheckSerial()
47 std::string serial_path_; variable