Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp750 int scanRes; in getInterfaceQuota() local
762 scanRes = fscanf(fp, "%" SCNd64, bytes); in getInterfaceQuota()
763 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes); in getInterfaceQuota()
765 return scanRes == 1 ? 0 : -1; in getInterfaceQuota()