Searched refs:symlink (Results 1 – 15 of 15) sorted by relevance
/bionic/tests/ |
D | sys_stat_test.cpp | 202 ASSERT_EQ(0, symlink(tf.path, linkname)); in TEST() 216 ASSERT_EQ(0, symlink(target, linkname)); in TEST() 237 ASSERT_EQ(0, symlink(tf.path, linkname)); in TEST() 260 ASSERT_EQ(0, symlink(target, linkname)); in TEST()
|
D | ftw_test.cpp | 42 ASSERT_EQ(0, symlink("/does-not-exist", path)); in MakeTree() 44 ASSERT_EQ(0, symlink("dir/sub", path)); in MakeTree()
|
D | dlfcn_symlink_support.cpp | 72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno); in create_dlfcn_test_symlink()
|
D | dlext_test.cpp | 197 DlfcnSymlink symlink("android_dlopen_ext_force_load_smoke"); in TEST() local 198 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST() 214 DlfcnSymlink symlink("android_dlopen_ext_force_load_soname_exception"); in TEST() local 215 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST()
|
D | dlfcn_test.cpp | 1158 DlfcnSymlink symlink("dlopen_symlink"); in TEST() local 1159 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST()
|
D | stdlib_test.cpp | 331 ASSERT_EQ(0, symlink(link.c_str(), link.c_str())); in TEST()
|
/bionic/libc/bionic/ |
D | symlink.cpp | 32 int symlink(const char* old_path, const char* new_path) { in symlink() function
|
/bionic/libc/include/ |
D | unistd.h | 220 int symlink(const char* __old_path, const char* __new_path);
|
/bionic/linker/ |
D | linker_config_test.cpp | 281 symlink(sub_dir.c_str(), symlink_path.c_str()); in TEST()
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 364 FUNCTION(symlink, int (*f)(const char*, const char*)); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1038 symlink
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1052 symlink;
|
/bionic/libc/ |
D | libc.map.txt | 1052 symlink;
|
D | Android.bp | 1132 "bionic/symlink.cpp",
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 2314 ASSERT_EQ(0, symlink("/data/local/tmp/does_not_exist", RECORD_ALLOCS_FILE)); in TEST_F()
|