Searched refs:executable_path (Results 1 – 6 of 6) sorted by relevance
| /bionic/linker/ |
| D | linker_config_test.cpp | 174 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local 186 executable_path.c_str(), in run_linker_config_smoke_test() 295 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local 300 executable_path.c_str(), in TEST() 340 std::string executable_path = sub_dir + "/some-binary"; in TEST() local 346 executable_path.c_str(), in TEST()
|
| D | linker_main.h | 52 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path);
|
| D | linker.cpp | 3535 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path() argument 3536 std::vector<std::string> paths = android::base::Split(executable_path, "/"); in get_ld_config_file_apex_path() 3560 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected() argument 3567 if (strcmp(executable_path, "/system/bin/init") == 0) { in is_linker_config_expected() 3576 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path() argument 3586 std::string path = get_ld_config_file_apex_path(executable_path); in get_ld_config_file_path() 3592 path.c_str(), executable_path); in get_ld_config_file_path() 3604 if (is_linker_config_expected(executable_path)) { in get_ld_config_file_path() 3637 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces() argument 3643 std::string ld_config_file_path = get_ld_config_file_path(executable_path); in init_default_namespaces() [all …]
|
| D | ld.config.format.md | 36 # the version specified in <dirname>/.version file, where <dirname> = dirname(executable_path)
|
| /bionic/tests/ |
| D | stdlib_test.cpp | 356 char executable_path[PATH_MAX]; in TEST() local 357 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST() 359 executable_path[rc] = '\0'; in TEST() 363 ASSERT_STREQ(executable_path, p); in TEST() 366 ASSERT_STREQ(executable_path, p); in TEST()
|
| D | dlfcn_test.cpp | 929 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local 934 ASSERT_STREQ(executable_path.c_str(), dli_realpath); in TEST() 947 if (executable_path == rec.pathname) { in TEST()
|