HomeSort by relevance Sort by last modified time
    Searched refs:symlink (Results 51 - 75 of 524) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_posixpath.py 161 os.symlink(support.TESTFN + "1", support.TESTFN + "2")
187 "Test requires symlink support")
191 os.symlink("/", ABSTFN)
316 @unittest.skipUnless(hasattr(os, "symlink"),
317 "Missing symlink implementation")
322 os.symlink(ABSTFN+"1", ABSTFN)
327 @unittest.skipUnless(hasattr(os, "symlink"),
328 "Missing symlink implementation")
332 os.symlink(posixpath.relpath(ABSTFN+"1"), ABSTFN)
337 @unittest.skipUnless(hasattr(os, "symlink"),
    [all...]
  /bionic/tests/
dlfcn_symlink_support.cpp 72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno);
  /external/autotest/client/site_tests/security_ChromiumOSLSM/
security_ChromiumOSLSM.py 45 sym_target = '%s/symlink' % (test_dir)
46 os.symlink('mount_point', sym_target)
54 'Unexpectedly mounted on a symlink')
  /external/kmod/
autogen.sh 10 autoreconf --force --install --symlink
bootstrap 10 autoreconf --force --install --symlink
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
is_block_file.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
is_character_file.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
is_fifo.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
is_other.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
is_regular_file.pass.cpp 51 {file_type::symlink, false},
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
is_socket.pass.cpp 51 {file_type::symlink, false},
  /external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 2 // A simple symlink test
15 // Creates symlink [new-path] to [old-path], checks it,
46 // Create symlink
47 if (symlink(old_path, new_path) != 0) {
48 perror("checklink : symlink failed ");
51 // stat data of symlink itself
64 // Increase size of buffer to readlink untile whole symlink body will be read.
82 // Whole expected symlink body is read
86 // Only part of symlink body was read. So we make a bigger buffer
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat01.c 196 if (symlink(fname, symlnk) == -1) {
197 tst_resm(TWARN, "symlink(%s, %s) Failed, errno=%d : %s",
  /external/ltp/testcases/kernel/syscalls/readlink/
readlink02.c 194 if (symlink(fname, symlnk) == -1) {
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink02.c 42 * TEST TITLE : Basic test for symlink(2)
62 * 1.) symlink(2) returns...(See Description)
90 * This is a Phase I test for the symlink(2) system call. It is intended
93 * symlink(2).
151 * Call symlink(2)
153 TEST(symlink(fname, symlnk));
157 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s",
symlink04.c 24 * Verify that, symlink will succeed to creat a symbolic link of an existing
28 * symlink() should return value 0 on success and symbolic link of an
105 * Call symlink(2) to create a symlink of
108 TEST(symlink(TESTFILE, SYMFILE));
111 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s",
116 * Get the symlink file status information
128 "symlink of %s doesn't exist",
131 tst_resm(TPASS, "symlink(%s, %s) "
137 /* Unlink the symlink file for next loop *
    [all...]
symlink05.c 24 * Verify that, symlink will succeed to creat a symbolic link of an
28 * symlink() should return value 0 on success and symlink of an
105 * Call symlink(2) to create a symlink of
108 TEST(symlink(TESTFILE, SYMFILE));
112 "symlink(%s, %s) Failed, errno=%d : %s",
117 * Get the symlink file status information
129 "symlink of %s doesn't exist",
132 tst_resm(TPASS, "symlink(%s, %s)
    [all...]
  /external/toybox/toys/posix/
ln.c 20 -n Symlink at destination treated as file
67 rc = (toys.optflags & FLAG_s) ? symlink(try, new) : link(try, new);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
is_block_file.pass.cpp 51 {file_type::symlink, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
is_character_file.pass.cpp 51 {file_type::symlink, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 51 {file_type::symlink, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
is_fifo.pass.cpp 51 {file_type::symlink, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
is_other.pass.cpp 51 {file_type::symlink, false},
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
is_regular_file.pass.cpp 51 {file_type::symlink, false},

Completed in 521 milliseconds

1 23 4 5 6 7 8 91011>>