Home
last modified time | relevance | path

Searched refs:test_run_name_local (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgtestutils.c2720 const gchar* test_run_name_local = (const gchar*)b; in test_has_prefix() local
2724 if (!test_path_skipped_local || !test_run_name_local) in test_has_prefix()
2726 … return strncmp (test_run_name_local, test_path_skipped_local, strlen (test_path_skipped_local)); in test_has_prefix()
2728 return g_strcmp0 (test_run_name_local, test_path_skipped_local); in test_has_prefix()