Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config_test.cpp137 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in run_linker_config_smoke_test() local
253 std::string executable_path = std::string(tmp_dir.path) + "/some-binary"; in TEST() local
297 std::string executable_path = sub_dir + "/some-binary"; in TEST() local
Dlinker.cpp3353 static std::string get_ld_config_file_apex_path(const char* executable_path) { in get_ld_config_file_apex_path()
3381 bool is_linker_config_expected(const char* executable_path) { in is_linker_config_expected()
3397 static std::string get_ld_config_file_path(const char* 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()
/bionic/tests/
Dstdlib_test.cpp353 char executable_path[PATH_MAX]; in TEST() local
Ddlfcn_test.cpp935 const std::string executable_path = android::base::GetExecutablePath(); in TEST() local