Searched refs:reply_str (Results 1 – 1 of 1) sorted by relevance
817 std::string reply_str = driver_cmd_reply_buf; in getMacAddressInternal() local818 if (ret < 0 || reply_str.empty() || in getMacAddressInternal()819 reply_str.find("=") == std::string::npos) { in getMacAddressInternal()823 reply_str.erase( in getMacAddressInternal()824 remove_if(reply_str.begin(), reply_str.end(), isspace), in getMacAddressInternal()825 reply_str.end()); in getMacAddressInternal()827 reply_str.substr(reply_str.find("=") + 1, reply_str.size()); in getMacAddressInternal()