Home
last modified time | relevance | path

Searched refs:GetExecutablePath (Results 1 – 13 of 13) sorted by relevance

/external/clang/examples/clang-interpreter/
Dmain.cpp38 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
41 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()
/external/clang/tools/driver/
Ddriver.cpp52 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function
58 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()
/external/llvm/tools/llvm-config/
Dllvm-config.cpp164 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
167 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()
182 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
/external/chromium_org/chrome/app/
Dclient_util.h20 string16 GetExecutablePath();
Dmetro_driver_win.cc51 std::wstring exe_path(GetExecutablePath()); in MetroDriver()
Dclient_util.cc191 string16 GetExecutablePath() { in GetExecutablePath() function
230 const string16 dir(GetExecutablePath()); in Load()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp64 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
67 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()
346 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
/external/chromium_org/chrome/test/ui/
Dui_test.h143 const base::FilePath::CharType* GetExecutablePath();
Dui_test.cc162 browser_directory_.Append(GetExecutablePath()); in DefaultLaunchState()
380 const base::FilePath::CharType* UITestBase::GetExecutablePath() { in GetExecutablePath() function in UITestBase
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcode_emulation.py260 def GetExecutablePath(self): member in XcodeSettings
569 '$(EXECUTABLE_PATH)', self.GetExecutablePath())
1231 env['EXECUTABLE_PATH'] = xcode_settings.GetExecutablePath()
/external/chromium_org/chrome/test/perf/
Dstartup_test.cc204 base::FilePath chrome_exe(dir_app.Append(GetExecutablePath())); in RunStartupTest()
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dmake.py1303 return self.xcode_settings.GetExecutablePath()
1363 return os.path.join(path, self.xcode_settings.GetExecutablePath())
Dninja.py1329 filename = self.xcode_settings.GetExecutablePath()