Searched defs:src_dir (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dict/
H A Ddict-file.c417 const char *src_dir, *p; local
421 src_dir = ".";
423 src_dir = t_strdup_until(src_path, p);
424 if (stat(src_dir, &src_st) < 0) {
425 i_error("stat(%s) failed: %m", src_dir);

Completed in 247 milliseconds