Home | History | Annotate | Download | only in tests

Lines Matching refs:paths

46   const char *paths[] = {"/",
62 while (paths[i])
64 file = g_file_new_for_path (paths[i++]);
486 const struct TestPathsWithOper paths[] =
501 for (i = 0; i < G_N_ELEMENTS (paths); i++)
502 roundtrip_parent_child (paths[i].use_uri, paths[i].equal, paths[i].path1, paths[i].path2);
531 /* Testing g_file_has_prefix(), g_file_get_relative_path() and g_file_resolve_relative_path() to return and process correct relative paths */