Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgunixmounts.h134 GList * g_unix_mount_points_get (guint64 *time_read);
137 guint64 *time_read);
139 GList * g_unix_mounts_get (guint64 *time_read);
142 guint64 *time_read);
145 guint64 *time_read);
Dgunixmounts.c1576 g_unix_mounts_get (guint64 *time_read) in g_unix_mounts_get() argument
1578 if (time_read) in g_unix_mounts_get()
1579 *time_read = get_mounts_timestamp (); in g_unix_mounts_get()
1600 guint64 *time_read) in g_unix_mount_at() argument
1605 mounts = g_unix_mounts_get (time_read); in g_unix_mount_at()
1645 guint64 *time_read) in g_unix_mount_for() argument
1651 entry = g_unix_mount_at (file_path, time_read); in g_unix_mount_for()
1659 entry = g_unix_mount_at (topdir, time_read); in g_unix_mount_for()
1680 g_unix_mount_points_get (guint64 *time_read) in g_unix_mount_points_get() argument
1682 if (time_read) in g_unix_mount_points_get()
[all …]