Searched refs:error_msg_errno (Results 1 – 4 of 4) sorted by relevance
/external/fsverity-utils/ |
D | util.c | 68 void error_msg_errno(const char *format, ...) in error_msg_errno() function 98 error_msg_errno("can't open '%s' for %s", filename, in open_file() 113 error_msg_errno("can't stat file '%s'", file->name); in get_file_size() 126 error_msg_errno("reading from '%s'", file->name); in full_read() 145 error_msg_errno("writing to '%s'", file->name); in full_write() 162 error_msg_errno("closing '%s'", file->name); in filedes_close()
|
D | cmd_measure.c | 42 error_msg_errno("FS_IOC_MEASURE_VERITY failed on '%s'", in fsverity_cmd_measure()
|
D | cmd_enable.c | 150 error_msg_errno("FS_IOC_ENABLE_VERITY failed on '%s'", in fsverity_cmd_enable()
|
D | util.h | 100 __printf(1, 2) __cold void error_msg_errno(const char *format, ...);
|