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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c61 char *list_log_path, *inbox_log_path; member in struct:mailbox_list_notify_index
156 inotify->list_log_path = i_strdup(ilist->index->log->filepath);
200 i_free(inotify->list_log_path);
244 stat(inotify->list_log_path, &inotify->list_last_st) < 0 &&
246 i_error("stat(%s) failed: %m", inotify->list_log_path);
933 (void)io_add_notify(inotify->list_log_path, list_notify_callback,

Completed in 345 milliseconds