Home
last modified time | relevance | path

Searched refs:file_stat_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dthumbnail-verify.c225 const GLocalFileStat *file_stat_buf) in thumbnail_verify() argument
231 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()
Dthumbnail-verify.h28 const GLocalFileStat *file_stat_buf);