Searched refs:DIR_ASSETS (Results 1 – 17 of 17) sorted by relevance
/external/libchrome/base/test/ |
D | test_support_android.cc | 175 case base::DIR_ASSETS: in GetTestProviderPath() 217 InitPathProvider(DIR_ASSETS); in InitAndroidTestPaths()
|
/external/cronet/base/test/ |
D | test_support_android.cc | 193 case base::DIR_ASSETS: in GetTestProviderPath() 227 InitPathProvider(DIR_ASSETS); in InitAndroidTestPaths()
|
/external/cronet/base/ |
D | path_service_unittest.cc | 335 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()
|
D | base_paths_fuchsia.cc | 23 case DIR_ASSETS: in PathProviderFuchsia()
|
D | base_paths.h | 50 DIR_ASSETS, // Directory that contains application assets. enumerator
|
D | base_paths_android.cc | 55 case base::DIR_ASSETS: in PathProviderAndroid()
|
D | base_paths.cc | 29 case DIR_ASSETS: in PathProvider()
|
D | native_library_fuchsia.cc | 42 base::PathService::CheckedGet(DIR_ASSETS).Append("lib"); in LoadNativeLibraryWithOptions()
|
D | base_paths_mac.mm | 88 return PathService::Get(base::DIR_ASSETS, result); 117 case base::DIR_ASSETS:
|
/external/libchrome/base/ |
D | base_paths.h | 33 DIR_ASSETS, // Directory that contains application assets. enumerator
|
D | base_paths_android.cc | 49 case base::DIR_ASSETS: in PathProviderAndroid()
|
D | base_paths.cc | 27 case DIR_ASSETS: in PathProvider()
|
D | path_service_unittest.cc | 47 if (dir_type == DIR_ASSETS) in ReturnsValidPath()
|
/external/libchrome/base/i18n/ |
D | icu_util.cc | 105 if (!PathService::Get(DIR_ASSETS, &data_path)) { in LazyInitIcuDataFile() 265 PathService::Get(DIR_ASSETS, &data_path); in InitializeICU()
|
/external/cronet/base/i18n/ |
D | icu_util.cc | 149 if (!PathService::Get(DIR_ASSETS, &data_path)) { in LazyInitIcuDataFile()
|
/external/cronet/base/profiler/ |
D | stack_sampling_profiler_test_util.cc | 434 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &library_path)); in LoadTestLibrary()
|
/external/libchrome/base/process/ |
D | process_util_unittest.cc | 152 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &test_helper_path_)); in SetUp()
|