Searched refs:DIR_MODULE (Results 1 – 7 of 7) sorted by relevance
22 case DIR_MODULE: in PathProvider()28 return PathService::Get(DIR_MODULE, result); in PathProvider()
32 DIR_MODULE, // Directory containing FILE_MODULE. enumerator
36 case base::DIR_MODULE: in PathProviderAndroid()
51 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()
16 public static final int DIR_MODULE = 3; field in PathService
17 CHECK(base::PathService::Get(base::DIR_MODULE, &dir_module)); in main()
395 PathService::Get(DIR_MODULE, &dir_module); in SetUpFontconfig()