vfs_file_is_local__vpath__captured   37 tests/src/execute__common.c static GPtrArray *vfs_file_is_local__vpath__captured;
vfs_file_is_local__vpath__captured   46 tests/src/execute__common.c     g_ptr_array_add (vfs_file_is_local__vpath__captured, vfs_path_clone (vpath));
vfs_file_is_local__vpath__captured   59 tests/src/execute__common.c     vfs_file_is_local__vpath__captured = g_ptr_array_new_with_free_func (vpath_captured_free);
vfs_file_is_local__vpath__captured   65 tests/src/execute__common.c     g_ptr_array_free (vfs_file_is_local__vpath__captured, TRUE);
vfs_file_is_local__vpath__captured   63 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
vfs_file_is_local__vpath__captured   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_file_is_local__vpath__captured   97 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 2);
vfs_file_is_local__vpath__captured   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_file_is_local__vpath__captured  101 tests/src/execute__execute_with_vfs_arg.c     ck_assert_msg (g_ptr_array_index (vfs_file_is_local__vpath__captured, 1) == NULL,
vfs_file_is_local__vpath__captured  130 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
vfs_file_is_local__vpath__captured  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_file_is_local__vpath__captured  167 tests/src/execute__execute_with_vfs_arg.c     ck_assert_int_eq (vfs_file_is_local__vpath__captured->len, 1);
vfs_file_is_local__vpath__captured  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));