/kernel/linux/linux-6.6/fs/befs/ |
H A D | debug.c | 107 befs_debug(sb, " Symbolic link [%s]", inode->data.symlink); in befs_dump_inode()
|
/kernel/linux/linux-6.6/fs/ramfs/ |
H A D | inode.c | 165 .symlink = ramfs_symlink,
|
/third_party/node/tools/ |
H A D | install.py | 36 os.symlink(source_path, link_path) 86 # don't install npm if the target path is a symlink, it probably means 174 # create symlink of libnode.so -> libnode.version.so (C++ addons compat)
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 330 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent, member 871 * lookup, mknod, mkdir, symlink, link
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 58 int symlink(const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 56 int symlink(const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 62 int symlink(const char *, const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 58 int symlink(const char *, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 56 int symlink(const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 62 int symlink(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 56 int symlink(const char *, const char *);
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 23 if (/Fixture<symlink>/.test(value.toString())) { 24 obj[key] = tap.fixture('symlink', path.join('..', value.content))
|
/third_party/musl/include/ |
H A D | unistd.h | 72 int symlink(const char *, const char *);
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 301 os.symlink('foo', 'bar')
|
/third_party/python/Lib/test/ |
H A D | test_stat.py | 169 os.symlink(os.getcwd(), TESTFN)
|
H A D | test_posix.py | 31 os_helper.TESTFN + '-dummy-symlink') 819 # create a symlink 820 os.symlink(_DUMMY_SYMLINK, os_helper.TESTFN) 977 os.symlink(os_helper.TESTFN, _DUMMY_SYMLINK) 1419 "WASI: symlink following on path_link is not supported" 1480 os.symlink('symlink', fullname) 1482 self.assertEqual(posix.readlink(name, dir_fd=dir_fd), 'symlink') 1493 @unittest.skipUnless(os.symlink in os.supports_dir_fd, "test needs dir_fd support in os.symlink()") [all...] |
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 101 os.symlink(os.path.relpath(newdir, os.path.dirname(target)), target) 140 sys.stderr.write('failed to create symlink "%s"\n' % path)
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 147 if (!test) err = symlink(data, name); in cpio_main() 149 // Can't get a filehandle to a symlink, so do special chown in cpio_main() 256 // Write out body for symlink or regular file in cpio_main()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb1ops.c | 539 FILE_ALL_INFO *data, bool *adjustTZ, bool *symlink) in cifs_query_path_info() 543 *symlink = false; in cifs_query_path_info() 578 *symlink = true; in cifs_query_path_info() 537 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, FILE_ALL_INFO *data, bool *adjustTZ, bool *symlink) cifs_query_path_info() argument
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 36 * TEST IDENTIFIER : symlink01 (symlink) 133 * For symlink 457 SYMLINK, "symlink", 5, &test_objects[0], 470 "Fail When Making a Directory File Indirectly from a symlink"}, 473 "Fail When Removing a Directory File Indirectly from a symlink"}, 476 "Changes CWD Location Indirectly from a symlink"}, { 485 "Set File Access And Modify Object File Times via symlink"}, 490 "Create/Open a File For Reading Or Writing via symlink"},}; 652 TEST(symlink(path1, path2)); in creat_symlink() 657 "symlink( in creat_symlink() [all...] |
/third_party/python/Lib/ |
H A D | shutil.py | 230 symlink will be created instead of copying the file it points to. 254 os.symlink(os.readlink(src), dst) 392 # symlink. give up, suppress the error. 483 os.symlink(linkto, dstname) 486 # ignore dangling symlink if the flag is on 527 links are copied. If the file pointed by the symlink doesn't 533 platforms that don't support os.symlink. 611 # a directory with a symlink after the call to 670 # a directory with a symlink after the call to 717 # Note: To guard against symlink race [all...] |
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 920 # and create an unversioned symlink of it 921 os.symlink(lib_versioned, os.path.join(basefw, "lib", lib_unversioned)) 935 os.symlink( 1383 os.symlink(os.path.join(to_framework, fn),
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | proc.c | 418 dprintk("NFS call symlink %pd\n", dentry); in nfs_proc_symlink() 444 dprintk("NFS reply symlink: %d\n", status); in nfs_proc_symlink() 699 .symlink = nfs_symlink, 738 .symlink = nfs_proc_symlink,
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | upcall.c | 414 offset = INSIZE(symlink); in venus_symlink() 415 insize = max_t(unsigned int, offset + len + symlen + 8, OUTSIZE(symlink)); in venus_symlink()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 418 dprintk("NFS call symlink %pd\n", dentry); in nfs_proc_symlink() 444 dprintk("NFS reply symlink: %d\n", status); in nfs_proc_symlink() 699 .symlink = nfs_symlink, 738 .symlink = nfs_proc_symlink,
|