Home
last modified time | relevance | path

Searched refs:_g_local_file_new (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/
Dglocalvfs.c85 return _g_local_file_new (path); in g_local_vfs_get_file_for_path()
111 file = _g_local_file_new (path); in g_local_vfs_get_file_for_uri()
190 file = _g_local_file_new (filename); in g_local_vfs_parse_name()
Dglocalfile.h47 GFile * _g_local_file_new (const char *filename);
Dglocalfile.c330 _g_local_file_new (const char *filename) in _g_local_file_new() function
494 parent = _g_local_file_new (dirname); in g_local_file_get_parent()
504 return _g_local_file_new (local->filename); in g_local_file_dup()
582 return _g_local_file_new (relative_path); in g_local_file_resolve_relative_path()
585 child = _g_local_file_new (filename); in g_local_file_resolve_relative_path()