Searched refs:outStrSize (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 4045 static void setGsmBroadcastConfigData(int from, int to, int id, int outStrSize, char *outStr) { argument 4052 strlcat(outStr, ",", outStrSize); 4057 snprintf(outStr + len, outStrSize - len, "%d", from); 4059 snprintf(outStr + len, outStrSize - len, "%d-%d", from, to);
|