Home
last modified time | relevance | path

Searched refs:dfs_normalize_path (Results 1 – 13 of 13) sorted by relevance

/components/dfs/dfs_v1/src/
A Ddfs_file.c161 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 Ddfs.c500 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 Ddfs_fs.c264 fullpath = dfs_normalize_path(NULL, path); in dfs_mount()
373 fullpath = dfs_normalize_path(NULL, specialfile); in dfs_unmount()
A Ddfs_posix.c119 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 Ddfs_file.c175 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 Ddfs_fs.c155 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 Ddfs.c947 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() function
1098 RTM_EXPORT(dfs_normalize_path);
A Ddfs_posix.c1207 fullpath = dfs_normalize_path(NULL, path); in chdir()
/components/dfs/dfs_v1/include/
A Ddfs.h81 char *dfs_normalize_path(const char *directory, const char *filename);
/components/dfs/dfs_v2/include/
A Ddfs.h115 char *dfs_normalize_path(const char *directory, const char *filename);
/components/utilities/ymodem/
A Dry_sy.c141 fdst = dfs_normalize_path(RT_NULL, fdst); in _rym_send_begin()
/components/lwp/
A Dlwp_elf.c1062 lwp->exe_file = dfs_normalize_path(NULL, filename); /* malloc */ in lwp_load()
A Dlwp_syscall.c9841 dev_fullpath = dfs_normalize_path(RT_NULL, ksource); in sys_mount()

Completed in 36 milliseconds