Searched defs:out_path (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-compression/ |
H A D | test-compression.c | 230 static void test_compress_file(const char *in_path, const char *out_path) argument 242 handler = compression_lookup_handler_from_ext(out_path); 244 i_fatal("Can't detect compression algorithm from path %s", out_path); 252 fd_out = open(out_path, O_TRUNC | O_CREAT | O_RDWR, 0600); 254 i_fatal("creat(%s) failed: %m", out_path); 267 out_path, o_stream_get_error(output));
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-file-fix.c | 233 const char *out_path, uoff_t count) 248 "write(%s) failed: %s", out_path, 255 out_path, input->v_offset, count); 232 stream_copy(struct dbox_file *file, struct ostream *output, const char *out_path, uoff_t count) argument
|
/dovecot/src/lib/ |
H A D | iostream-rawlog.c | 223 const char *in_path, *out_path; local 235 out_path = t_strdup_printf("%s.out", prefix); 236 out_fd = open(out_path, O_CREAT | O_APPEND | O_WRONLY, 0600); 238 i_error("creat(%s) failed: %m", out_path); 250 *output = o_stream_create_rawlog(old_output, out_path, out_fd,
|
Completed in 12 milliseconds