Searched refs:FILE_MODULE (Results 1 – 9 of 9) sorted by relevance
30 FILE_MODULE, // Path and filename of the module containing the code for the enumerator
23 PathService::Get(base::FILE_MODULE, &cur); in PathProvider()
40 case base::FILE_MODULE: { // TODO(evanm): is this correct? in PathProviderPosix()
36 case base::FILE_MODULE: { in PathProviderWin()
47 case base::FILE_MODULE: {
36 if (!PathService::Get(base::FILE_MODULE, &app_path)) in CreateFileVersionInfoForCurrentModule()
32 if (!PathService::Get(base::FILE_MODULE, &module_path)) in Init()
203 if (PathService::Get(base::FILE_MODULE, &module)) { in GetVersionStringModifier()
105 return PathService::Get(base::FILE_MODULE, result); in PathProvider()