Searched defs:linep (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/lib/testUtil/
H A DtestUtil.c326 char *linep = line; local
330 if (linep != line) {
333 linep = line;
334 rv = snprintf(linep, ALEN(line) - (linep - line),
337 linep += rv;
344 assert((ALEN(line) - 4) >= (linep - line));
345 rv = snprintf(linep, ALEN(line) - (linep - line),
347 linep
[all...]
/system/core/nexus/
H A DSupplicant.cpp177 char *linep; local
193 while((linep = strtok_r(NULL, "\n", &linep_next))) {
196 WifiNetwork *new_wn = new WifiNetwork(mController, this, linep);
H A DWifiController.cpp501 char *linep; local
510 while((linep = strtok_r(NULL, "\n", &linep_next)))
511 mLatestScanResults->push_back(new ScanResult(linep));

Completed in 93 milliseconds