Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbase_paths.cc22 case DIR_MODULE: in PathProvider()
28 return PathService::Get(DIR_MODULE, result); in PathProvider()
Dbase_paths.h32 DIR_MODULE, // Directory containing FILE_MODULE. enumerator
Dbase_paths_android.cc36 case base::DIR_MODULE: in PathProviderAndroid()
Dpath_service_unittest.cc51 if (dir_type != DIR_EXE && dir_type != DIR_MODULE && dir_type != FILE_EXE && in ReturnsValidPath()
94 if (key == DIR_USER_DESKTOP || key == FILE_MODULE || key == DIR_MODULE) in TEST_F()
/external/libchrome/base/android/java/src/org/chromium/base/
DPathService.java16 public static final int DIR_MODULE = 3; field in PathService
/external/libchrome/base/test/
Dgenerate_fontconfig_caches.cc17 CHECK(base::PathService::Get(base::DIR_MODULE, &dir_module)); in main()
Dfontconfig_util_linux.cc395 PathService::Get(DIR_MODULE, &dir_module); in SetUpFontconfig()