Searched refs:reply_str (Results 1 – 1 of 1) sorted by relevance
739 std::string reply_str = driver_cmd_reply_buf; in getMacAddressInternal() local740 if (ret < 0 || reply_str.empty() || in getMacAddressInternal()741 reply_str.find("=") == std::string::npos) { in getMacAddressInternal()745 reply_str.erase( in getMacAddressInternal()746 remove_if(reply_str.begin(), reply_str.end(), isspace), in getMacAddressInternal()747 reply_str.end()); in getMacAddressInternal()749 reply_str.substr(reply_str.find("=") + 1, reply_str.size()); in getMacAddressInternal()