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 133 error_errno("lseek64");
159 error_errno("write");
190 error_errno("gzopen");
205 error_errno("gzseek");
242 error_errno("gzwrite");
555 error_errno("malloc zero_buf");
561 error_errno("malloc fill_buf");
608 error_errno("malloc struct outgz");
621 error_errno("malloc struct outn");
639 error_errno("malloc struct outc")
    [all...]
  /system/extras/ext4_utils/
ext2simg.c 182 error_errno("open");
ext4_utils.h 54 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
make_ext4fs.c 173 error_errno("scandir");
204 error_errno("lstat");
457 error_errno("open");

Completed in 138 milliseconds