Lines Matching refs:scanRes
774 int scanRes;783 scanRes = fscanf(fp, "%lld", bytes);784 ALOGV("Read quota res=%d bytes=%lld", scanRes, *bytes);786 return scanRes == 1 ? 0 : -1;