HomeSort by relevance Sort by last modified time
    Searched refs:read_status (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/tools/flip_server/
loadtime_measurement.h 93 ssize_t read_status = read(fd, buffer, sizeof(buffer)); local
94 while (read_status > 0) {
95 output->append(buffer, static_cast<size_t>(read_status));
97 read_status = read(fd, buffer, sizeof(buffer));
98 } while (read_status <= 0 && errno == EINTR);
mem_cache.cc 130 ssize_t read_status = read(fd, buffer, sizeof(buffer)); local
131 while (read_status > 0) {
132 output->append(buffer, static_cast<size_t>(read_status));
134 read_status = read(fd, buffer, sizeof(buffer));
135 } while (read_status <= 0 && errno == EINTR);
  /external/srec/portable/src/
PFileWrap.c 43 ESR_ReturnCode read_status; local
51 read_status = ESR_SUCCESS;
60 read_status = ESR_SUCCESS;
65 read_status = ESR_READ_ERROR;
68 return ( read_status );
  /system/core/toolbox/
top.c 98 static int read_status(char *filename, struct proc_info *proc);
266 read_status(filename, proc);
276 read_status(filename, &cur_proc);
395 static int read_status(char *filename, struct proc_info *proc) { function
  /device/samsung/tuna/audio/
audio_hw.c 554 int read_status; member in struct:tuna_stream_in
    [all...]

Completed in 266 milliseconds