Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_symlink_support.cpp70 std::string link_path = path_dir + "/" + symlink_name_prefix + suffix + ".so"; in create_dlfcn_test_symlink() local
72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno); in create_dlfcn_test_symlink()
73 *result = link_path; in create_dlfcn_test_symlink()