HomeSort by relevance Sort by last modified time
    Searched refs:_g_local_file_new (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/
glocalfile.h 47 GFile * _g_local_file_new (const char *filename);
glocalvfs.c 85 return _g_local_file_new (path);
111 file = _g_local_file_new (path);
190 file = _g_local_file_new (filename);
glocalfile.c 324 * _g_local_file_new:
330 _g_local_file_new (const char *filename) function
494 parent = _g_local_file_new (dirname);
504 return _g_local_file_new (local->filename);
582 return _g_local_file_new (relative_path);
585 child = _g_local_file_new (filename);
    [all...]

Completed in 44 milliseconds