Searched refs:FILE_EXE (Results 1 – 8 of 8) sorted by relevance
38 FILE_EXE, // Path and filename of the current executable. enumerator
23 case base::FILE_EXE: { in PathProviderAndroid()
18 if (!PathService::Get(FILE_EXE, result)) in PathProvider()
39 case FILE_EXE: in PathProviderPosix()
51 if (dir_type != DIR_EXE && dir_type != DIR_MODULE && dir_type != FILE_EXE && in ReturnsValidPath()
28 PathService::Get(FILE_EXE, &log_path); in Initialize()
122 PathService::Get(FILE_EXE, &exe); in InitializeLogging()
199 EXPECT_TRUE(PathService::Get(FILE_EXE, &exe_path)); in CheckProcMapsRegions()