Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_support_android.cc175 case base::DIR_ASSETS: in GetTestProviderPath()
217 InitPathProvider(DIR_ASSETS); in InitAndroidTestPaths()
/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/libchrome/base/process/
Dprocess_util_unittest.cc152 ASSERT_TRUE(PathService::Get(DIR_ASSETS, &test_helper_path_)); in SetUp()