Lines Matching refs:test_path
163 hb_test_add_func (const char *test_path, in hb_test_add_func() argument
166 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func()
173 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument
177 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor()
184 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument
188 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func()
195 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor() argument
200 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor()
208 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument
215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable()
235 hb_test_add_vtable_flavor (const char *test_path, in hb_test_add_vtable_flavor() argument
243 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_vtable_flavor()