vfs_path_equal     97 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_equal    927 src/editor/editcmd.c         if (!vfs_path_equal (edit->filename_vpath, exp_vpath))
vfs_path_equal    801 src/filemanager/cmd.c         && vfs_path_equal (current_panel->cwd_vpath, other_panel->cwd_vpath))
vfs_path_equal   5254 src/filemanager/panel.c     panelized_same = vfs_path_equal (pdescr->root_vpath, panel->cwd_vpath);
vfs_path_equal    312 src/filemanager/tree.c                 if (vfs_path_equal (current->name, tree->selected_ptr->name))
vfs_path_equal    137 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal (vpath1, vpath2);
vfs_path_equal    155 tests/src/execute__execute_external_editor_or_viewer.c         vfs_path_equal (execute_external_cmd_opts__filename_vpath__captured, filename_vpath));
vfs_path_equal     69 tests/src/execute__execute_with_vfs_arg.c             vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), tmp_vpath));
vfs_path_equal     99 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_true (vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0),
vfs_path_equal    133 tests/src/execute__execute_with_vfs_arg.c         vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));
vfs_path_equal    135 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_true (vfs_path_equal (mc_getlocalcopy__pathname_vpath__captured, filename_vpath));
vfs_path_equal    170 tests/src/execute__execute_with_vfs_arg.c         vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));
vfs_path_equal    172 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_true (vfs_path_equal (mc_getlocalcopy__pathname_vpath__captured, filename_vpath));
vfs_path_equal    177 tests/src/execute__execute_with_vfs_arg.c         vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0), local_vpath));
vfs_path_equal    178 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_true (vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0),
vfs_path_equal    182 tests/src/execute__execute_with_vfs_arg.c         vfs_path_equal (mc_ungetlocalcopy__pathname_vpath__captured, filename_vpath));
vfs_path_equal    184 tests/src/execute__execute_with_vfs_arg.c     mctest_assert_true (vfs_path_equal (mc_ungetlocalcopy__local_vpath__captured, local_vpath));