Searched refs:read (Results 26 - 28 of 28) sorted by relevance

12

/dalvik/vm/jdwp/
H A DJdwpSocket.cpp216 /* "shutdown" dislodges blocking read() and accept() calls */
666 /* read some more, looping until we have data */
704 * so we can't rely on that to wake us up (it works for read()
750 readCount = read(netState->clientSock,
754 /* read failed */
/dalvik/vm/
H A DThread.cpp3227 strcpy(schedstatBuf, "0 0 0"); /* show this if open/read fails */
3230 bytes = read(schedstatFd, schedstatBuf, sizeof(schedstatBuf) - 1);
3398 n = read(fd, name, sizeof(name) - 1);
H A DSync.cpp56 * read the paper referred to above.
294 read(fd, procName, sizeof(procName) - 1);

Completed in 576 milliseconds

12