Searched refs:executable_path (Results 1 – 6 of 6) sorted by relevance
/bionic/linker/ |
D | linker_config_test.cpp | 137 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local 149 executable_path.c_str(), in run_linker_config_smoke_test() 253 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local 258 executable_path.c_str(), in TEST() 297 std::string executable_path = sub_dir + "/some-binary"; in TEST() local 303 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 | 3353 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path() argument 3354 std::vector<std::string> paths = android::base::Split(executable_path, "/"); in get_ld_config_file_apex_path() 3381 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected() argument 3388 if (strcmp(executable_path, "/system/bin/init") == 0) { in is_linker_config_expected() 3397 static std::string get_ld_config_file_path(const char* executable_path) { in get_ld_config_file_path() argument 3407 std::string path = get_ld_config_file_apex_path(executable_path); in get_ld_config_file_path() 3413 path.c_str(), executable_path); in get_ld_config_file_path() 3425 if (is_linker_config_expected(executable_path)) { in get_ld_config_file_path() 3438 std::vector<android_namespace_t*> init_default_namespaces(const char* executable_path) { in init_default_namespaces() argument 3455 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 | 353 char executable_path[PATH_MAX]; in TEST() local 354 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); in TEST() 356 executable_path[rc] = '\0'; in TEST() 360 ASSERT_STREQ(executable_path, p); in TEST() 363 ASSERT_STREQ(executable_path, p); in TEST()
|
D | dlfcn_test.cpp | 935 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local 940 ASSERT_STREQ(executable_path.c_str(), dli_realpath); in TEST() 953 if (executable_path == rec.pathname) { in TEST()
|