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

  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 185 char *relative_path; local
202 relative_path = g_file_get_relative_path (root, descend);
203 g_assert (relative_path != NULL);
g-file.c 357 char *relative_path = NULL; local
377 relative_path = g_file_get_relative_path (file1, file2);
380 g_assert (relative_path != NULL);
382 file3 = g_file_resolve_relative_path (file1, relative_path);
393 return relative_path;
live-g-file.c 488 char *relative_path; local
508 relative_path = g_file_get_relative_path (root, descend);
509 g_assert (relative_path != NULL);
514 if (strcmp (sample_struct[i].filename, relative_path) == 0)
526 g_file_info_get_display_name (info), relative_path);
1030 char *relative_path; local
1048 relative_path = g_file_get_relative_path (root, descend);
1049 g_assert (relative_path != NULL);
    [all...]

Completed in 58 milliseconds