Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp677 int scanRes; in getInterfaceQuota() local
686 scanRes = fscanf(fp, "%lld", bytes); in getInterfaceQuota()
687 ALOGV("Read quota res=%d bytes=%lld", scanRes, *bytes); in getInterfaceQuota()
689 return scanRes == 1 ? 0 : -1; in getInterfaceQuota()