Searched refs:scanRes (Results 1 – 1 of 1) sorted by relevance
783 int scanRes; in getInterfaceQuota() local795 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()