HomeSort by relevance Sort by last modified time
    Searched defs:safe_read (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/arm-neon/
linux-auxv.c 39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) function
109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux)
  /external/ltp/lib/
safe_macros.c 240 ssize_t safe_read(const char *file, const int lineno, void (*cleanup_fn) (void), function
  /external/kmod/testsuite/
testsuite.c 470 static inline int safe_read(int fd, void *buf, size_t count) function
526 r = safe_read(fda, bufa, sizeof(bufa));
535 int r2 = safe_read(fdb, bufb + done, r - done);

Completed in 101 milliseconds