Searched refs:scanRes (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp701 int scanRes; local
710 scanRes = fscanf(fp, "%lld", bytes);
711 ALOGV("Read quota res=%d bytes=%lld", scanRes, *bytes);
713 return scanRes == 1 ? 0 : -1;

Completed in 166 milliseconds