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

/dovecot/src/lib-fs/
H A Dfs-api.c898 if (fs_stat(file, &st) == 0)
914 int fs_stat(struct fs_file *file, struct stat *st_r) function
919 fs_set_error(file->fs, "fs_stat() not supported");
944 if (fs_stat(file, &st) < 0)

Completed in 40 milliseconds