Home
last modified time | relevance | path

Searched refs:GetExecutablePath (Results 1 – 18 of 18) 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()
81 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
82 std::string Path = GetExecutablePath(argv[0]); in main()
/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.cc138 printf("rc=%d\n", PrintStrings(env->GetExecutablePath())); in main()
139 rc = RunTest(env->GetExecutablePath()); in main()
Denv_test.cc335 TEST_F(DefaultEnvTest, GetExecutablePath) { in TEST_F() argument
337 TF_EXPECT_OK(env->FileExists(env->GetExecutablePath())); in TEST_F()
Denv.h236 string GetExecutablePath();
Denv.cc297 string Env::GetExecutablePath() { in GetExecutablePath() function in tensorflow::Env
/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.cc134 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
225 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
Dcrash_generation_server_test.cc274 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
/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/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/python/cpython2/Launcher/
Dlauncher_main.cpp47 std::string executable_path = android::base::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/webrtc/talk/media/base/
Dexecutablehelpers.h44 inline Pathname GetExecutablePath() { in GetExecutablePath() function
Dtestutils.cc265 rtc::Pathname path = rtc::GetExecutablePath(); in GetTestFilePath()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp228 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function
231 void *P = (void *)(intptr_t)GetExecutablePath; in GetExecutablePath()
272 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc152 string bin_path = this->GetExecutablePath(); in GetRunfilesDir()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc170 string bin_path = this->GetExecutablePath(); in GetRunfilesDir()