Lines Matching defs:full_path
94 string_t *full_path;
103 full_path = t_str_new(256);
104 str_append(full_path, path);
105 str_append_c(full_path, '/');
106 dir_len = str_len(full_path);
112 str_truncate(full_path, dir_len);
113 str_append(full_path, d->d_name);
114 if (stat(str_c(full_path), &st) < 0)
119 cmd_log_find_syslog_files(ctx, str_c(full_path));
121 str_c(full_path)) == NULL) {
125 p_strdup(ctx->pool, str_c(full_path));