Home
last modified time | relevance | path

Searched refs:find_enclosing_mount (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gio/
Dgfile.h213 GMount * (* find_enclosing_mount) (GFile *file, member
Dgfile.c1307 if (iface->find_enclosing_mount == NULL) in g_file_find_enclosing_mount()
1317 return (* iface->find_enclosing_mount) (file, cancellable, error); in g_file_find_enclosing_mount()
Dglocalfile.c2282 iface->find_enclosing_mount = g_local_file_find_enclosing_mount; in g_local_file_file_iface_init()
DChangeLog2989 Add the async find_enclosing_mount version
2995 Add async version of find_enclosing_mount