Home
last modified time | relevance | path

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

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