Searched refs:GetExecutablePath (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/util/
H A Dpath_utils.h12 std::string GetExecutablePath();
/external/chromium_org/third_party/angle/util/win32/
H A DWin32_path_utils.cpp11 std::string GetExecutablePath() function
20 std::string executablePath = GetExecutablePath();
/external/chromium_org/chrome/app/
H A Dclient_util.h21 base::string16 GetExecutablePath();
H A Dclient_util.cc198 base::string16 GetExecutablePath() { function
235 const base::string16 executable_dir(GetExecutablePath());
/external/clang/examples/clang-interpreter/
H A Dmain.cpp38 std::string GetExecutablePath(const char *Argv0) { function
41 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
70 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
71 std::string Path = GetExecutablePath(argv[0]);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dexecutablehelpers.h44 inline Pathname GetExecutablePath() { function in namespace:rtc
H A Dtestutils.cc260 rtc::Pathname path = rtc::GetExecutablePath();
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp167 std::string GetExecutablePath(const char *Argv0) { function
170 void *P = (void*) (intptr_t) GetExecutablePath;
186 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
/external/clang/tools/driver/
H A Ddriver.cpp54 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { function
60 void *P = (void*) (intptr_t) GetExecutablePath;
319 (void*) (intptr_t) GetExecutablePath);
322 (void*) (intptr_t) GetExecutablePath);
344 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp64 std::string GetExecutablePath(const char *Argv0) { function
67 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
343 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp220 GetExecutablePath () const function in class:ClangTest
409 if (test.GetExecutablePath() == NULL)
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp101 GetExecutablePath () const function in class:StepTest
320 if (test.GetExecutablePath() == NULL)
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp141 if (GetExecutablePath() == NULL)
319 GetExecutablePath () function in class:SketchTest
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py389 def GetExecutablePath(self): member in class:XcodeSettings
705 '$(EXECUTABLE_PATH)', self.GetExecutablePath())
1429 env['EXECUTABLE_PATH'] = xcode_settings.GetExecutablePath()
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmake.py1340 return self.xcode_settings.GetExecutablePath()
1400 return os.path.join(path, self.xcode_settings.GetExecutablePath())
H A Dninja.py1395 filename = self.xcode_settings.GetExecutablePath()

Completed in 328 milliseconds