Home
last modified time | relevance | path

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

12

/external/llvm-project/flang/tools/flang-driver/
Ddriver.cpp32 std::string GetExecutablePath(const char *argv0) { in GetExecutablePath() function
34 void *p = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()
76 std::string driverPath = GetExecutablePath(argv[0]); in main()
104 std::string(llvm::sys::path::stem(GetExecutablePath(argv[0])))); in main()
/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()
81 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
82 std::string Path = GetExecutablePath(argv[0]); in main()
/external/angle/src/common/
Dsystem_utils_linux.cpp20 std::string GetExecutablePath() in GetExecutablePath() function
38 std::string executablePath = GetExecutablePath(); in GetExecutableDirectory()
Dsystem_utils_apple.cpp24 std::string GetExecutablePath() in GetExecutablePath() function
46 std::string executablePath = GetExecutablePath(); in GetExecutableDirectory()
Dsystem_utils_ios.mm25 std::string GetExecutablePath()
35 std::string executablePath = GetExecutablePath();
Dsystem_utils_unittest.cpp22 std::string executablePath = GetExecutablePath(); in TEST()
35 std::string executablePath = GetExecutablePath(); in TEST()
Dsystem_utils.h20 std::string GetExecutablePath();
Dsystem_utils_win.cpp39 std::string GetExecutablePath() in GetExecutablePath() function
Dsystem_utils.cpp26 std::string executableName = GetExecutablePath(); in GetExecutableName()
/external/tensorflow/tensorflow/core/platform/
Dfake_python_env_test.cc37 TEST(FakePythonEnvTest, GetExecutablePath) { in TEST() argument
54 string path = env->GetExecutablePath(); in TEST()
Dplatform_strings_test.cc139 printf("rc=%d\n", PrintStrings(env->GetExecutablePath())); in main()
140 rc = RunTest(env->GetExecutablePath()); in main()
/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h80 string GetExecutablePath() { in GetExecutablePath() function
89 string helper_path(GetExecutablePath()); in GetHelperPath()
Dminidump_generator_test.cc135 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
226 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp44 std::string GetExecutablePath(const char *Argv0, void *MainAddr) { in GetExecutablePath() function
128 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
129 std::string Path = GetExecutablePath(argv[0], MainAddr); in main()
/external/llvm-project/clang/tools/driver/
Dcc1gen_reproducer_main.cpp140 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes);
181 std::string Path = GetExecutablePath(Argv0, /*CanonicalPrefixes=*/true); in cc1gen_reproducer_main()
Ddriver.cpp57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function
70 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()
328 void *GetExecutablePathVP = (void *)(intptr_t)GetExecutablePath; in ExecuteCC1Tool()
454 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes); in main()
/external/clang/tools/driver/
Ddriver.cpp57 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()
427 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes); in main()
/external/python/cpython2/Launcher/
Dlauncher_main.cpp47 std::string executable_path = android::base::GetExecutablePath(); in main()
/external/llvm-project/clang/tools/arcmt-test/
Darcmt-test.cpp66 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
69 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()
342 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp129 std::string GetExecutablePath(const char *Argv0, void *MainAddr) { in GetExecutablePath() function
221 void *MainAddr = (void *)(intptr_t)GetExecutablePath; in main()
222 std::string ClangDocPath = GetExecutablePath(argv[0], MainAddr); in main()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp65 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/llvm/tools/llvm-config/
Dllvm-config.cpp225 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
228 void *P = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()
269 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
/external/llvm-project/llvm/tools/llvm-config/
Dllvm-config.cpp249 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
252 void *P = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()
293 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
/external/python/cpython3/android/
Dlauncher_main.cpp59 std::string executable_path = android::base::GetExecutablePath(); in main()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc175 string bin_path = this->GetExecutablePath(); in GetRunfilesDir()

12