Home
last modified time | relevance | path

Searched refs:error_errno (Results 1 – 5 of 5) sorted by relevance

/system/core/libsparse/
Doutput_file.c140 error_errno("lseek64"); in file_skip()
166 error_errno("write"); in file_write()
197 error_errno("gzopen"); in gz_file_open()
212 error_errno("gzseek"); in gz_file_skip()
249 error_errno("gzwrite"); in gz_file_write()
566 error_errno("malloc zero_buf"); in output_file_init()
572 error_errno("malloc fill_buf"); in output_file_init()
619 error_errno("malloc struct outgz"); in output_file_new_gz()
632 error_errno("malloc struct outn"); in output_file_new_normal()
650 error_errno("malloc struct outc"); in output_file_open_callback()
Dsparse_defs.h47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
/system/extras/ext4_utils/
Dmake_ext4fs.c128 error_errno("scandir"); in build_directory_structure()
158 error_errno("lstat"); in build_directory_structure()
391 error_errno("open"); in make_ext4fs()
Dext4_utils.h61 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
Dext2simg.c242 error_errno("open"); in main()