Home | History | Annotate | Download | only in installd

Lines Matching refs:readlen

882     int bufp, bufe, bufi, readlen;
1015 readlen = read(subfd, buf+bufe, PKG_PATH_MAX-bufe);
1016 if (readlen < 0) {
1020 } else if (readlen == 0) {
1023 bufe += readlen;