Searched refs:dfs_normalize_path (Results 1 – 13 of 13) sorted by relevance
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 161 fullpath = dfs_normalize_path(NULL, pathname); in dfs_file_is_open() 198 fullpath = dfs_normalize_path(NULL, path); in dfs_file_open() 491 fullpath = dfs_normalize_path(NULL, path); in dfs_file_unlink() 613 fullpath = dfs_normalize_path(NULL, path); in dfs_file_stat() 668 oldfullpath = dfs_normalize_path(NULL, oldpath); in dfs_file_rename() 681 newfullpath = dfs_normalize_path(NULL, newpath); in dfs_file_rename() 824 fullpath = dfs_normalize_path(path, dirent.d_name); in ls() 984 if ((src_entry_full = dfs_normalize_path(src, dirent.d_name)) == NULL) in copydir() 989 if ((dst_entry_full = dfs_normalize_path(dst, dirent.d_name)) == NULL) in copydir() 1082 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() [all …]
|
| A D | dfs.c | 500 fullpath = dfs_normalize_path(NULL, pathname); in fd_is_open() 750 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() function 884 RTM_EXPORT(dfs_normalize_path);
|
| A D | dfs_fs.c | 264 fullpath = dfs_normalize_path(NULL, path); in dfs_mount() 373 fullpath = dfs_normalize_path(NULL, specialfile); in dfs_unmount()
|
| A D | dfs_posix.c | 119 fullpath = dfs_normalize_path(d->vnode->fullpath, path); in openat() 945 fullpath = dfs_normalize_path(NULL, path); in chdir()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 175 fp = dfs_normalize_path(NULL, tmp_path); in _dfs_normalize_path() 579 fullpath = dfs_normalize_path(NULL, path); in dfs_file_open() 1256 fullpath = dfs_normalize_path(NULL, path); in dfs_file_stat() 1325 fullpath = dfs_normalize_path(NULL, path); in dfs_file_lstat() 1434 fullpath = dfs_normalize_path(NULL, path); in dfs_file_setattr() 1689 fullpath = dfs_normalize_path(NULL, path); in dfs_file_unlink() 1805 old_fullpath = dfs_normalize_path(NULL, oldname); in dfs_file_link() 1824 new_fullpath = dfs_normalize_path(NULL, newname); in dfs_file_link() 2041 fullpath = dfs_normalize_path(NULL, path); in dfs_file_readlink() 2119 old_fullpath = dfs_normalize_path(NULL, old_file); in dfs_file_rename() [all …]
|
| A D | dfs_fs.c | 155 fullpath = dfs_normalize_path(RT_NULL, path); in dfs_remount() 237 fullpath = dfs_normalize_path(RT_NULL, path); in dfs_mount() 452 fullpath = dfs_normalize_path(NULL, specialfile); in dfs_umount() 634 fullpath = dfs_normalize_path(NULL, path); in dfs_statfs()
|
| A D | dfs.c | 947 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() function 1098 RTM_EXPORT(dfs_normalize_path);
|
| A D | dfs_posix.c | 1207 fullpath = dfs_normalize_path(NULL, path); in chdir()
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs.h | 81 char *dfs_normalize_path(const char *directory, const char *filename);
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs.h | 115 char *dfs_normalize_path(const char *directory, const char *filename);
|
| /components/utilities/ymodem/ |
| A D | ry_sy.c | 141 fdst = dfs_normalize_path(RT_NULL, fdst); in _rym_send_begin()
|
| /components/lwp/ |
| A D | lwp_elf.c | 1062 lwp->exe_file = dfs_normalize_path(NULL, filename); /* malloc */ in lwp_load()
|
| A D | lwp_syscall.c | 9841 dev_fullpath = dfs_normalize_path(RT_NULL, ksource); in sys_mount()
|
Completed in 36 milliseconds