Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/src/
A Ddfs_file.c663 char *oldfullpath = NULL, *newfullpath = NULL; in dfs_file_rename() local
666 oldfullpath = NULL; in dfs_file_rename()
668 oldfullpath = dfs_normalize_path(NULL, oldpath); in dfs_file_rename()
669 if (oldfullpath == NULL) in dfs_file_rename()
675 if (dfs_file_is_open((const char *)oldfullpath)) in dfs_file_rename()
688 oldfs = dfs_filesystem_lookup(oldfullpath); in dfs_file_rename()
700 result = oldfs->ops->rename(oldfs, oldfullpath, newfullpath); in dfs_file_rename()
704 dfs_subdir(oldfs->path, oldfullpath), in dfs_file_rename()
714 if (oldfullpath) in dfs_file_rename()
716 rt_free(oldfullpath); in dfs_file_rename()

Completed in 3 milliseconds