Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_symlink_support.cpp58 std::string source_file_path; in create_dlfcn_test_symlink() local
61 ASSERT_TRUE(dl_iterate_phdr(dl_callback, &source_file_path) == 1) in create_dlfcn_test_symlink()
66 std::copy(source_file_path.begin(), source_file_path.end(), std::back_inserter(buf)); in create_dlfcn_test_symlink()
72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno); in create_dlfcn_test_symlink()