search for: follow_symlink

Displaying 2 results from an estimated 2 matches for "follow_symlink".

2009 Oct 25
0
[fsc]Adding a generic path_lookup function in VFS
...*p = '\0'; > inode = this_fs->fs_ops->iget(part, parent); // get the inode > if (!inode) > goto err; > if (inode->mode == I_SYMLINK) { // handle the SYMLINK > file here > if (!this_fs->fs_ops->follow_symlink || > --symlink_count == 0 || /* limit check > */ > inode->size >= (uint32_t)inode->blksize) > goto err; > name = this_fs->fs_ops->follow_symlink(inode, name); > free_inode(ino...
2019 Apr 05
0
Make/Build Error on armhf
..., > in do_install > self.copy_fun(src, tgt) > File > "/install/samba-4.10.1/third_party/waf/waflib/Build.py", line 1066, > in copy_fun > shutil.copy2(src, tgt) > File "/usr/lib/python3.5/shutil.py", line 258, in copy2 > copystat(src, dst, follow_symlinks=follow_symlinks) > File "/usr/lib/python3.5/shutil.py", line 201, in copystat > follow_symlinks=follow) > FileNotFoundError: [Errno 2] No such file or directory > > During handling of the above exception, another exception occurred: > > Traceback (most recent...