Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dhb-test.h193 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local
194 g_test_add_func (normal_path, test_func); in hb_test_add_func()
195 g_free (normal_path); in hb_test_add_func()
215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local
216 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()
217 g_free (normal_path); in hb_test_add_data_func()
242 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local
243 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()
244 g_free (normal_path); in hb_test_add_vtable()