Lines Matching refs:test_path
180 hb_test_add_func (const char *test_path, in hb_test_add_func() argument
183 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func()
190 hb_test_add_func_flavor (const char *test_path, in hb_test_add_func_flavor() argument
194 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_func_flavor()
201 hb_test_add_data_func (const char *test_path, in hb_test_add_data_func() argument
205 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func()
212 hb_test_add_data_func_flavor (const char *test_path, in hb_test_add_data_func_flavor() argument
217 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_data_func_flavor()
225 hb_test_add_vtable (const char *test_path, in hb_test_add_vtable() argument
232 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable()
252 hb_test_add_vtable_flavor (const char *test_path, in hb_test_add_vtable_flavor() argument
260 char *path = g_strdup_printf ("%s/%s", test_path, flavor); in hb_test_add_vtable_flavor()