Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.c133 error_errno("lseek64"); in file_skip()
163 error_errno("write"); in file_write()
195 error_errno("gzopen"); in gz_file_open()
210 error_errno("gzseek"); in gz_file_skip()
562 error_errno("malloc zero_buf"); in output_file_init()
568 error_errno("malloc fill_buf"); in output_file_init()
615 error_errno("malloc struct outgz"); in output_file_new_gz()
628 error_errno("malloc struct outn"); in output_file_new_normal()
646 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/include/ext4_utils/
Dext4_utils.h54 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
/system/extras/ext4_utils/
Dmake_ext4fs.c178 error_errno("scandir"); in build_directory_structure()
209 error_errno("lstat"); in build_directory_structure()
489 error_errno("open"); in make_ext4fs_directory_align()