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 | 51 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path);
|
D | linker.cpp | 3453 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path() argument 3454 std::vector<std::string> paths = android::base::Split(executable_path, "/"); in get_ld_config_file_apex_path() 3478 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected() argument 3485 if (strcmp(executable_path, "/system/bin/init") == 0) { in is_linker_config_expected() 3494 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path() argument 3504 std::string path = get_ld_config_file_apex_path(executable_path); in get_ld_config_file_path() 3510 path.c_str(), executable_path); in get_ld_config_file_path() 3522 if (is_linker_config_expected(executable_path)) { in get_ld_config_file_path() 3536 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces() argument 3562 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 | 355 char executable_path[PATH_MAX]; in TEST() local 356 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST() 358 executable_path[rc] = '\0'; in TEST() 362 ASSERT_STREQ(executable_path, p); in TEST() 365 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()
|