Home
last modified time | relevance | path

Searched refs:executable_path (Results 1 – 6 of 6) sorted by relevance

/bionic/linker/
Dlinker_config_test.cpp134 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local
146 executable_path.c_str(), in run_linker_config_smoke_test()
250 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local
255 executable_path.c_str(), in TEST()
294 std::string executable_path = sub_dir + "/some-binary"; in TEST() local
300 executable_path.c_str(), in TEST()
Dlinker_main.h51 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path);
Dld.config.format.md36 # the version specified in <dirname>/.version file, where <dirname> = dirname(executable_path)
Dlinker.cpp4063 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path() argument
4064 std::vector<std::string> paths = android::base::Split(executable_path, "/"); in get_ld_config_file_apex_path()
4085 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path() argument
4095 std::string path = get_ld_config_file_apex_path(executable_path); in get_ld_config_file_path()
4101 path.c_str(), executable_path); in get_ld_config_file_path()
4117 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces() argument
4134 std::string ld_config_file_path = get_ld_config_file_path(executable_path); in init_default_namespaces()
4138 executable_path, in init_default_namespaces()
4145 executable_path, in init_default_namespaces()
/bionic/tests/
Dstdlib_test.cpp339 char executable_path[PATH_MAX]; in TEST() local
340 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST()
342 executable_path[rc] = '\0'; in TEST()
346 ASSERT_STREQ(executable_path, p); in TEST()
349 ASSERT_STREQ(executable_path, p); in TEST()
Ddlfcn_test.cpp938 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local
943 ASSERT_STREQ(executable_path.c_str(), dli_realpath); in TEST()
956 if (executable_path == rec.pathname) { in TEST()