/external/clang/examples/clang-interpreter/ |
D | main.cpp | 38 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function 41 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath() 81 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main() 82 std::string Path = GetExecutablePath(argv[0]); in main()
|
/external/google-breakpad/src/client/mac/tests/ |
D | spawn_child_process.h | 80 string GetExecutablePath() { in GetExecutablePath() function 89 string helper_path(GetExecutablePath()); in GetHelperPath()
|
D | minidump_generator_test.cc | 134 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F() 225 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
|
D | crash_generation_server_test.cc | 274 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
|
/external/clang/tools/driver/ |
D | driver.cpp | 57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function 63 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath() 299 void *GetExecutablePathVP = (void *)(intptr_t) GetExecutablePath; in ExecuteCC1Tool() 411 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes); in main()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 65 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function 68 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath() 343 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
|
/external/lldb/tools/lldb-perf/common/stepping/ |
D | lldb-perf-stepping.cpp | 101 GetExecutablePath () const in GetExecutablePath() function in StepTest 320 if (test.GetExecutablePath() == NULL) in main()
|
/external/lldb/tools/lldb-perf/darwin/sketch/ |
D | sketch.cpp | 141 if (GetExecutablePath() == NULL) in Setup() 319 GetExecutablePath () in GetExecutablePath() function in SketchTest
|
/external/lldb/tools/lldb-perf/common/clang/ |
D | lldb_perf_clang.cpp | 220 GetExecutablePath () const in GetExecutablePath() function in ClangTest 409 if (test.GetExecutablePath() == NULL) in main()
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 189 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function 192 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath() 232 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
|
/external/webrtc/talk/media/base/ |
D | executablehelpers.h | 44 inline Pathname GetExecutablePath() { in GetExecutablePath() function
|
D | testutils.cc | 265 rtc::Pathname path = rtc::GetExecutablePath(); in GetTestFilePath()
|
/external/v8/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 428 def GetExecutablePath(self): member in XcodeSettings 766 '$(EXECUTABLE_PATH)', self.GetExecutablePath()) 1576 env['EXECUTABLE_PATH'] = xcode_settings.GetExecutablePath()
|
/external/v8/tools/gyp/pylib/gyp/generator/ |
D | make.py | 1336 return self.xcode_settings.GetExecutablePath() 1396 return os.path.join(path, self.xcode_settings.GetExecutablePath())
|
D | ninja.py | 1539 filename = self.xcode_settings.GetExecutablePath()
|