Home | History | Annotate | Download | only in installd

Lines Matching defs:readlen

1384     int bufp, bufe, bufi, readlen;
1517 readlen = read(subfd, buf+bufe, PKG_PATH_MAX-bufe);
1518 if (readlen < 0) {
1522 } else if (readlen == 0) {
1525 bufe += readlen;