Lines Matching refs:other_file
57 gchar *other_file; member
72 g_free (event->other_file); in free_recorded_event()
99 event->other_file); in output_event()
165 e2->other_file != NULL)) in check_expected_events()
168 if (e1->other_file != DONT_CARE && in check_expected_events()
169 (g_strcmp0 (e1->other_file, e2_next->file) != 0 || in check_expected_events()
170 e2_next->other_file != NULL)) in check_expected_events()
200 if (e1->other_file != DONT_CARE && !ignore_other_file && in check_expected_events()
201 g_strcmp0 (e1->other_file, e2->other_file) != 0) in check_expected_events()
256 if (e1->other_file != DONT_CARE) in check_expected_events()
257 g_assert_cmpstr (e1->other_file, ==, e2->other_file); in check_expected_events()
276 const gchar *other_file, in record_event() argument
284 event->other_file = g_strdup (other_file); in record_event()
293 GFile *other_file, in monitor_changed() argument
301 if (other_file) in monitor_changed()
302 other_base = g_file_get_basename (other_file); in monitor_changed()