Searched refs:dfs_subdir (Results 1 – 5 of 5) sorted by relevance
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 247 if (dfs_subdir(fs->path, fullpath) == NULL) in dfs_file_open() 250 vnode->path = rt_strdup(dfs_subdir(fs->path, fullpath)); in dfs_file_open() 515 if (dfs_subdir(fs->path, fullpath) == NULL) in dfs_file_unlink() 518 result = fs->ops->unlink(fs, dfs_subdir(fs->path, fullpath)); in dfs_file_unlink() 641 const char *subdir = dfs_subdir(fs->path, fullpath); in dfs_file_stat() 704 dfs_subdir(oldfs->path, oldfullpath), in dfs_file_rename() 705 dfs_subdir(newfs->path, newfullpath)); in dfs_file_rename()
|
| A D | dfs.c | 724 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() function 739 RTM_EXPORT(dfs_subdir);
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs.h | 82 const char *dfs_subdir(const char *directory, const char *filename);
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs.h | 116 const char *dfs_subdir(const char *directory, const char *filename);
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs.c | 913 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() function 928 RTM_EXPORT(dfs_subdir);
|
Completed in 8 milliseconds