OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_file_for_path
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/
gvfs.h
68
GFile * (*
get_file_for_path
) (GVfs *vfs,
member in struct:_GVfsClass
gvfs.c
95
return (* class->
get_file_for_path
) (vfs, path);
glocalvfs.c
215
vfs_class->
get_file_for_path
= g_local_vfs_get_file_for_path;
/external/bluetooth/glib/gio/win32/
gwinhttpvfs.c
239
vfs_class->
get_file_for_path
= g_winhttp_vfs_get_file_for_path;
Completed in 110 milliseconds