Searched defs:normal_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc59 base::FilePath normal_path; local
71 normal_path = idb_context->GetFilePathForTesting(
75 ASSERT_TRUE(base::CreateDirectory(normal_path));
84 EXPECT_TRUE(base::DirectoryExists(normal_path));
92 base::FilePath normal_path; local
108 normal_path = idb_context->GetFilePathForTesting(
112 ASSERT_TRUE(base::CreateDirectory(normal_path));
121 EXPECT_TRUE(base::DirectoryExists(normal_path));
/external/harfbuzz_ng/test/api/
H A Dhb-test.h166 char *normal_path = hb_test_normalize_path (test_path); local
167 g_test_add_func (normal_path, test_func);
168 g_free (normal_path);
188 char *normal_path = hb_test_normalize_path (test_path); local
189 g_test_add_data_func (normal_path, test_data, test_func);
190 g_free (normal_path);
215 char *normal_path = hb_test_normalize_path (test_path); local
216 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown);
217 g_free (normal_path);

Completed in 1024 milliseconds