Searched defs:readlen (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.c1141 int bufp, bufe, bufi, readlen; local
1274 readlen = read(subfd, buf+bufe, PKG_PATH_MAX-bufe);
1275 if (readlen < 0) {
1279 } else if (readlen == 0) {
1282 bufe += readlen;

Completed in 29 milliseconds