Home
last modified time | relevance | path

Searched defs:executable_path (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/tests/
Dlinker_config_test.cpp128 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local
235 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local
/bionic/linker/
Dlinker_main.cpp198 static std::string executable_path; in get_executable_path() local
300 const char* executable_path = get_executable_path(); local
Dlinker.cpp3762 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces()
/bionic/tests/
Dstdlib_test.cpp318 char executable_path[PATH_MAX]; in TEST() local
Ddlfcn_test.cpp931 const std::string& executable_path = get_executable_path(); in TEST() local