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

  /external/chromium_org/components/nacl/loader/nonsfi/
irt_fdio.cc 27 return CheckErrorWithResult(dup(fd), newfd);
35 return CheckErrorWithResult(read(fd, buf, count), nread);
39 return CheckErrorWithResult(write(fd, buf, count), nwrote);
44 return CheckErrorWithResult(lseek(fd, offset, whence), new_offset);
irt_random.cc 21 return CheckErrorWithResult(read(secure_random_fd, buf, count),
irt_util.h 36 // retrun CheckErrorWithResult(syscall(...), output);
41 int CheckErrorWithResult(const T1& result, T2* out) {
irt_futex.cc 61 return CheckErrorWithResult(

Completed in 2899 milliseconds