Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_support_android.cc175 case base::DIR_ASSETS: in GetTestProviderPath()
217 InitPathProvider(DIR_ASSETS); in InitAndroidTestPaths()
/external/cronet/base/test/
Dtest_support_android.cc193 case base::DIR_ASSETS: in GetTestProviderPath()
227 InitPathProvider(DIR_ASSETS); in InitAndroidTestPaths()
/external/cronet/base/
Dpath_service_unittest.cc335 TEST_F(PathServiceTest, DIR_ASSETS) { in TEST_F() argument
337 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &path)); in TEST_F()
380 EXPECT_EQ(PathService::CheckedGet(DIR_ASSETS).value(), in TEST_F()
Dbase_paths_fuchsia.cc23 case DIR_ASSETS: in PathProviderFuchsia()
Dbase_paths.h50 DIR_ASSETS, // Directory that contains application assets. enumerator
Dbase_paths_android.cc55 case base::DIR_ASSETS: in PathProviderAndroid()
Dbase_paths.cc29 case DIR_ASSETS: in PathProvider()
Dnative_library_fuchsia.cc42 base::PathService::CheckedGet(DIR_ASSETS).Append("lib"); in LoadNativeLibraryWithOptions()
Dbase_paths_mac.mm88 return PathService::Get(base::DIR_ASSETS, result);
117 case base::DIR_ASSETS:
/external/libchrome/base/
Dbase_paths.h33 DIR_ASSETS, // Directory that contains application assets. enumerator
Dbase_paths_android.cc49 case base::DIR_ASSETS: in PathProviderAndroid()
Dbase_paths.cc27 case DIR_ASSETS: in PathProvider()
Dpath_service_unittest.cc47 if (dir_type == DIR_ASSETS) in ReturnsValidPath()
/external/libchrome/base/i18n/
Dicu_util.cc105 if (!PathService::Get(DIR_ASSETS, &data_path)) { in LazyInitIcuDataFile()
265 PathService::Get(DIR_ASSETS, &data_path); in InitializeICU()
/external/cronet/base/i18n/
Dicu_util.cc149 if (!PathService::Get(DIR_ASSETS, &data_path)) { in LazyInitIcuDataFile()
/external/cronet/base/profiler/
Dstack_sampling_profiler_test_util.cc434 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &library_path)); in LoadTestLibrary()
/external/libchrome/base/process/
Dprocess_util_unittest.cc152 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &test_helper_path_)); in SetUp()