Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/src/
A Ddfs_file.c1889 int dfs_file_symlink(const char *target, const char *linkpath) in dfs_file_symlink() argument
1896 if (target && linkpath) in dfs_file_symlink()
1898 if (linkpath[0] != '/') in dfs_file_symlink()
1900 fullpath = dfs_normalize_path(NULL, linkpath); in dfs_file_symlink()
1904 fullpath = (char*)linkpath; in dfs_file_symlink()
2006 if (fullpath != linkpath) in dfs_file_symlink()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c347 …ic int devtmpfs_symlink(struct dfs_dentry *parent_dentry, const char *target, const char *linkpath) in devtmpfs_symlink() argument
367 strncpy(l_file->name, linkpath, DIRENT_NAME_MAX - 1); in devtmpfs_symlink()

Completed in 7 milliseconds