Searched refs:normal_path (Results 1 – 2 of 2) sorted by relevance
166 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_func() local167 g_test_add_func (normal_path, test_func); in hb_test_add_func()168 g_free (normal_path); in hb_test_add_func()188 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_data_func() local189 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()190 g_free (normal_path); in hb_test_add_data_func()215 char *normal_path = hb_test_normalize_path (test_path); in hb_test_add_vtable() local216 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()217 g_free (normal_path); in hb_test_add_vtable()
59 base::FilePath normal_path; in TEST_F() local71 normal_path = idb_context->GetFilePathForTesting( in TEST_F()75 ASSERT_TRUE(base::CreateDirectory(normal_path)); in TEST_F()84 EXPECT_TRUE(base::DirectoryExists(normal_path)); in TEST_F()92 base::FilePath normal_path; in TEST_F() local108 normal_path = idb_context->GetFilePathForTesting( in TEST_F()112 ASSERT_TRUE(base::CreateDirectory(normal_path)); in TEST_F()121 EXPECT_TRUE(base::DirectoryExists(normal_path)); in TEST_F()