Home | History | Annotate | Download | only in server

Lines Matching full:scanres

783     int scanRes;
795 scanRes = fscanf(fp, "%" SCNd64, bytes);
796 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes);
798 return scanRes == 1 ? 0 : -1;