Home | History | Annotate | Download | only in vold

Lines Matching defs:out

4031     int out = -1;
4038 if ((out = TEMP_FAILURE_RETRY(open(name, O_WRONLY|O_CREAT|O_TRUNC))) < 0) {
4044 int n = write(out, buf.c_str(), std::min(len, chunk));
4047 close(out);
4053 close(out);