Searched refs:dfs_normalize_path (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_file.c | 44 fullpath = dfs_normalize_path(NULL, path); in dfs_file_open() 246 fullpath = dfs_normalize_path(NULL, path); in dfs_file_unlink() 364 fullpath = dfs_normalize_path(NULL, path); in dfs_file_stat() 438 oldfullpath = dfs_normalize_path(NULL, oldpath); in dfs_file_rename() 445 newfullpath = dfs_normalize_path(NULL, newpath); in dfs_file_rename() 526 fullpath = dfs_normalize_path(path, dirent.d_name); in ls() 675 if ((src_entry_full = dfs_normalize_path(src, dirent.d_name)) == NULL) in copydir() 680 if ((dst_entry_full = dfs_normalize_path(dst, dirent.d_name)) == NULL) in copydir() 771 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() 790 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy()
|
H A D | dfs.c | 297 fullpath = dfs_normalize_path(NULL, pathname); in fd_is_open() 374 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() function 497 RTM_EXPORT(dfs_normalize_path);
|
H A D | dfs_fs.c | 264 fullpath = dfs_normalize_path(NULL, path); in dfs_mount() 369 fullpath = dfs_normalize_path(NULL, specialfile); in dfs_unmount()
|
H A D | dfs_posix.c | 824 fullpath = dfs_normalize_path(NULL, path); in chdir()
|
/nrf52832-nimble/rt-thread/components/dfs/include/ |
H A D | dfs.h | 93 char *dfs_normalize_path(const char *directory, const char *filename);
|