Searched refs:error_msg_errno (Results 1 - 5 of 5) sorted by relevance
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 71 void error_msg_errno(const char *format, ...) in error_msg_errno() function 111 error_msg_errno("can't open '%s' for %s", filename, in open_file() 126 error_msg_errno("can't stat file '%s'", file->name); in get_file_size() 146 error_msg_errno("preallocating %" PRIu64 "-byte file '%s'", in preallocate_file() 159 error_msg_errno("reading from '%s'", file->name); in full_read() 178 error_msg_errno("writing to '%s'", file->name); in full_write() 212 error_msg_errno("writing to '%s'", file->name); in full_pwrite() 230 error_msg_errno("closing '%s'", file->name); in filedes_close()
|
H A D | cmd_measure.c | 40 error_msg_errno("FS_IOC_MEASURE_VERITY failed on '%s'", in fsverity_cmd_measure()
|
H A D | utils.h | 27 __printf(1, 2) __cold void error_msg_errno(const char *format, ...);
|
H A D | cmd_enable.c | 101 error_msg_errno("FS_IOC_ENABLE_VERITY failed on '%s'", in fsverity_cmd_enable()
|
H A D | cmd_dump_metadata.c | 138 error_msg_errno("FS_IOC_READ_VERITY_METADATA failed on '%s'", in fsverity_cmd_dump_metadata()
|
Completed in 2 milliseconds