HomeSort by relevance Sort by last modified time
    Searched refs:GetExecutablePath (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/angle/samples/angle/sample_util/
path_utils.h 12 std::string GetExecutablePath();
  /external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
Win32_path_utils.cpp 11 std::string GetExecutablePath()
20 std::string executablePath = GetExecutablePath();
  /external/chromium_org/chrome/app/
client_util.h 21 base::string16 GetExecutablePath();
client_util.cc 197 base::string16 GetExecutablePath() {
234 const base::string16 executable_dir(GetExecutablePath());
  /external/clang/examples/clang-interpreter/
main.cpp 38 std::string GetExecutablePath(const char *Argv0) {
41 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
70 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
71 std::string Path = GetExecutablePath(argv[0]);
  /external/llvm/tools/llvm-config/
llvm-config.cpp 167 std::string GetExecutablePath(const char *Argv0) {
170 void *P = (void*) (intptr_t) GetExecutablePath;
186 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
  /external/clang/tools/driver/
driver.cpp 54 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) {
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/
arcmt-test.cpp 64 std::string GetExecutablePath(const char *Argv0) {
67 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
343 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 220 GetExecutablePath () const
409 if (test.GetExecutablePath() == NULL)
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 101 GetExecutablePath () const
320 if (test.GetExecutablePath() == NULL)
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 141 if (GetExecutablePath() == NULL)
319 GetExecutablePath ()
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 379 def GetExecutablePath(self):
695 '$(EXECUTABLE_PATH)', self.GetExecutablePath())
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]

Completed in 359 milliseconds