Searched refs:GetExecutablePath (Results 1 – 13 of 13) sorted by relevance
38 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function41 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()70 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()71 std::string Path = GetExecutablePath(argv[0]); in main()
52 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function58 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()303 (void*) (intptr_t) GetExecutablePath); in main()306 (void*) (intptr_t) GetExecutablePath); in main()328 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes); in main()
164 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function167 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()182 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
20 string16 GetExecutablePath();
51 std::wstring exe_path(GetExecutablePath()); in MetroDriver()
191 string16 GetExecutablePath() { in GetExecutablePath() function230 const string16 dir(GetExecutablePath()); in Load()
64 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function67 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()346 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
143 const base::FilePath::CharType* GetExecutablePath();
162 browser_directory_.Append(GetExecutablePath()); in DefaultLaunchState()380 const base::FilePath::CharType* UITestBase::GetExecutablePath() { in GetExecutablePath() function in UITestBase
260 def GetExecutablePath(self): member in XcodeSettings569 '$(EXECUTABLE_PATH)', self.GetExecutablePath())1231 env['EXECUTABLE_PATH'] = xcode_settings.GetExecutablePath()
204 base::FilePath chrome_exe(dir_app.Append(GetExecutablePath())); in RunStartupTest()
1303 return self.xcode_settings.GetExecutablePath()1363 return os.path.join(path, self.xcode_settings.GetExecutablePath())
1329 filename = self.xcode_settings.GetExecutablePath()