Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/src/
A Ddfs_posix.c349 int rename(const char *old_file, const char *new_file) in rename() argument
353 result = dfs_file_rename(old_file, new_file); in rename()
/components/dfs/dfs_v2/src/
A Ddfs_posix.c456 int rename(const char *old_file, const char *new_file) in rename() argument
460 if (old_file == NULL || new_file == NULL) in rename()
466 result = dfs_file_rename(old_file, new_file); in rename()
A Ddfs_file.c2113 int dfs_file_rename(const char *old_file, const char *new_file) in dfs_file_rename() argument
2138 new_fullpath = dfs_normalize_path(NULL, new_file); in dfs_file_rename()
/components/dfs/dfs_v2/include/
A Ddfs_file.h172 int dfs_file_rename(const char *old_file, const char *new_file);
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c130 struct ptyfs_file *new_file) in ptyfile_add_to_root() argument
138 rt_list_insert_after(&(root_file->subdirs), &(new_file->ent_node)); in ptyfile_add_to_root()

Completed in 16 milliseconds