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

1 2

  /external/tensorflow/tensorflow/core/platform/
fake_python_env_test.cc 37 TEST(FakePythonEnvTest, GetExecutablePath) {
54 string path = env->GetExecutablePath();
platform_strings_test.cc 138 printf("rc=%d\n", PrintStrings(env->GetExecutablePath()));
139 rc = RunTest(env->GetExecutablePath());
env_test.cc 335 TEST_F(DefaultEnvTest, GetExecutablePath) {
337 TF_EXPECT_OK(env->FileExists(env->GetExecutablePath()));
env.h 236 string GetExecutablePath();
env.cc 297 string Env::GetExecutablePath() {
  /bionic/tests/
gtest_globals.cpp 28 std::string path = android::base::Dirname(android::base::GetExecutablePath()) + "/..";
dlext_test.cpp     [all...]
dlfcn_test.cpp     [all...]
  /build/kati/
fileutil.h 45 void GetExecutablePath(string* path);
fileutil.cc 135 void GetExecutablePath(string* path) {
regen.cc 166 GetExecutablePath(&kati_binary);
ninja.cc 194 GetExecutablePath(&kati_binary_);
  /external/clang/examples/clang-interpreter/
main.cpp 38 std::string GetExecutablePath(const char *Argv0) {
41 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
81 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
82 std::string Path = GetExecutablePath(argv[0]);
  /external/python/cpython2/Launcher/
launcher_main.cpp 46 // android::base::GetExecutablePath() also handles for Darwin/Windows.
47 std::string executable_path = android::base::GetExecutablePath();
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 80 string GetExecutablePath() {
89 string helper_path(GetExecutablePath());
minidump_generator_test.cc 134 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
225 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
crash_generation_server_test.cc 274 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
  /external/webrtc/talk/media/base/
executablehelpers.h 44 inline Pathname GetExecutablePath() {
testutils.cc 265 rtc::Pathname path = rtc::GetExecutablePath();
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 65 std::string GetExecutablePath(const char *Argv0) {
68 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
343 void *MainAddr = (void*) (intptr_t) GetExecutablePath;
  /external/clang/tools/driver/
driver.cpp 57 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) {
63 void *P = (void*) (intptr_t) GetExecutablePath;
299 void *GetExecutablePathVP = (void *)(intptr_t) GetExecutablePath;
427 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes);
  /external/llvm/tools/llvm-config/
llvm-config.cpp 225 std::string GetExecutablePath(const char *Argv0) {
228 void *P = (void *)(intptr_t)GetExecutablePath;
269 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
  /external/tensorflow/tensorflow/core/platform/posix/
env.cc 152 string bin_path = this->GetExecutablePath();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
llvm-config.cpp 228 std::string GetExecutablePath(const char *Argv0) {
231 void *P = (void *)(intptr_t)GetExecutablePath;
272 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
  /external/tensorflow/tensorflow/core/platform/windows/
env.cc 170 string bin_path = this->GetExecutablePath();

Completed in 1402 milliseconds

1 2