Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dpath_service_unittest.cc415 base::FilePath test_data_root; in TEST_F() local
416 ASSERT_TRUE(PathService::Get(DIR_SRC_TEST_DATA_ROOT, &test_data_root)); in TEST_F()
418 ASSERT_EQ(test_data_root, tempdir.GetPath()); in TEST_F()
436 base::FilePath test_data_root; in TEST_F() local
437 ASSERT_TRUE(PathService::Get(DIR_SRC_TEST_DATA_ROOT, &test_data_root)); in TEST_F()
440 ASSERT_EQ(test_data_root, path); in TEST_F()