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

  /bionic/tests/
gtest_globals.cpp 28 std::string path = get_executable_path();
utils.h 144 const std::string& get_executable_path();
dlfcn_test.cpp 873 const std::string& executable_path = get_executable_path();
907 void* handle2 = dlopen(get_executable_path().c_str(), RTLD_NOW);
    [all...]
dlext_test.cpp     [all...]
gtest_main.cpp 55 const std::string& get_executable_path() { function
    [all...]
  /bionic/linker/
linker_main.cpp 186 static const char* get_executable_path() { function
273 const char* executable_path = get_executable_path();

Completed in 272 milliseconds