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

  /system/core/libsparse/
sparse_defs.h 47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
output_file.c 140 error_errno("lseek64");
166 error_errno("write");
197 error_errno("gzopen");
212 error_errno("gzseek");
249 error_errno("gzwrite");
566 error_errno("malloc zero_buf");
572 error_errno("malloc fill_buf");
619 error_errno("malloc struct outgz");
632 error_errno("malloc struct outn");
650 error_errno("malloc struct outc")
    [all...]
  /system/extras/ext4_utils/
ext4_utils.h 61 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
make_ext4fs.c 128 error_errno("scandir");
158 error_errno("lstat");
391 error_errno("open");
ext2simg.c 242 error_errno("open");

Completed in 181 milliseconds