Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgunixmounts.h86 GList * g_unix_mount_points_get (guint64 *time_read);
87 GList * g_unix_mounts_get (guint64 *time_read);
89 guint64 *time_read);
Dgunixmounts.c1089 g_unix_mounts_get (guint64 *time_read) in g_unix_mounts_get() argument
1091 if (time_read) in g_unix_mounts_get()
1092 *time_read = get_mounts_timestamp (); in g_unix_mounts_get()
1110 guint64 *time_read) in g_unix_mount_at() argument
1115 mounts = g_unix_mounts_get (time_read); in g_unix_mount_at()
1144 g_unix_mount_points_get (guint64 *time_read) in g_unix_mount_points_get() argument
1146 if (time_read) in g_unix_mount_points_get()
1147 *time_read = get_mount_points_timestamp (); in g_unix_mount_points_get()