Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.cpp123 error_errno("lseek64"); in file_skip()
151 error_errno("write"); in file_write()
181 error_errno("gzopen"); in gz_file_open()
194 error_errno("gzseek"); in gz_file_skip()
517 error_errno("malloc zero_buf"); in output_file_init()
523 error_errno("malloc fill_buf"); in output_file_init()
569 error_errno("malloc struct outgz"); in output_file_new_gz()
582 error_errno("malloc struct outn"); in output_file_new_normal()
600 error_errno("malloc struct outc"); in output_file_open_callback()
Dsparse_defs.h50 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
/system/extras/ext4_utils/
Dhelpers.h30 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
/system/core/init/
Dsubcontext.proto32 optional int32 error_errno = 2; field
Dsubcontext.cpp299 return ResultError(failure.error_string(), failure.error_errno()); in Execute()
323 return ResultError(failure.error_string(), failure.error_errno()); in ExpandArgs()
Dfirst_stage_init.cpp265 for (const auto& [error_string, error_errno] : errors) { in FirstStageMain()
266 LOG(ERROR) << error_string << " " << strerror(error_errno); in FirstStageMain()