Searched refs:file_stat_buf (Results 1 – 2 of 2) sorted by relevance
225 const GLocalFileStat *file_stat_buf) in thumbnail_verify() argument231 if (file_stat_buf == NULL) in thumbnail_verify()236 expected_info.mtime = (guint64) file_stat_buf->st_mtim.tv_sec; in thumbnail_verify()238 expected_info.mtime = _g_stat_mtime (file_stat_buf); in thumbnail_verify()240 expected_info.size = _g_stat_size (file_stat_buf); in thumbnail_verify()
28 const GLocalFileStat *file_stat_buf);