Home
last modified time | relevance | path

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

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