Home | History | Annotate | Download | only in tests

Lines Matching refs:g_file_new_for_path

64       file = g_file_new_for_path (paths[i++]);
94 file1 = g_file_new_for_path (path1);
95 file2 = g_file_new_for_path (path2);
180 file1 = g_file_new_for_path (path);
230 file1 = g_file_new_for_path (path);
366 file1 = g_file_new_for_path (dir1);
367 file2 = g_file_new_for_path (dir2);
449 files[0] = g_file_new_for_path (path);
450 files[1] = g_file_new_for_path (path);
513 /* Testing whether g_file_new_for_path() or g_file_new_for_uri() always returns non-NULL result */
516 /* Testing whether the g_file_new_for_path() correctly canonicalizes strings and two files equals (g_file_equal()) */