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

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

Completed in 57 milliseconds