Home | History | Annotate | Download | only in installd

Lines Matching defs:readlen

1141     int bufp, bufe, bufi, readlen;
1274 readlen = read(subfd, buf+bufe, PKG_PATH_MAX-bufe);
1275 if (readlen < 0) {
1279 } else if (readlen == 0) {
1282 bufe += readlen;