Searched refs:rxString (Results 1 - 1 of 1) sorted by last modified time

/system/netd/
H A DCommandListener.cpp956 char *rxString = strchr(name, ':'); local
957 *rxString = '\0';
958 rxString++;
962 if (*rxString != '\0') {
964 sscanf(rxString, "%20lu", rx);

Completed in 19 milliseconds