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.h183 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local
184 g_test_add_func (normal_path, test_func); in hb_test_add_func()
185 g_free (normal_path); in hb_test_add_func()
205 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local
206 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()
207 g_free (normal_path); in hb_test_add_data_func()
232 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local
233 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()
234 g_free (normal_path); in hb_test_add_vtable()