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