Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/include/
A Ddfs_fs.h45 int (*rename) (struct dfs_filesystem *fs, const char *oldpath, const char *newpath); member
/components/dfs/dfs_v2/include/
A Ddfs_fs.h98 int (*rename)(struct dfs_dentry *old_dentry, struct dfs_dentry *new_dentry); member
/components/dfs/dfs_v1/src/
A Ddfs_posix.c349 int rename(const char *old_file, const char *new_file) in rename() function
363 RTM_EXPORT(rename);
A Ddfs_file.c693 if (oldfs->ops->rename == NULL) in dfs_file_rename()
700 result = oldfs->ops->rename(oldfs, oldfullpath, newfullpath); in dfs_file_rename()
703 result = oldfs->ops->rename(oldfs, in dfs_file_rename()
/components/libc/compilers/newlib/
A Dsyscalls.c259 rc = rename(old, new); in _rename_r()
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t…
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t…
/components/dfs/dfs_v2/src/
A Ddfs_posix.c456 int rename(const char *old_file, const char *new_file) in rename() function
476 RTM_EXPORT(rename);
A Ddfs_file.c2160 if (mnt->fs_ops->rename) in dfs_file_rename()
2170 ret = mnt->fs_ops->rename(old_dentry, new_dentry); in dfs_file_rename()
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt54 …trivial fixes unless the bugfix is trivial too.Do not reorganize code and rename identifiers in th…
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt215 …Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at…
271 Made f_rename() be able to rename objects with the same name but case.
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt215 …Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at…
271 Made f_rename() be able to rename objects with the same name but case.
A Ddfs_elm.c1091 .rename = dfs_elm_rename,
/components/finsh/
A Dmsh_file.c293 rename(argv[1], dest); in cmd_mv()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c881 .rename = dfs_tmpfs_rename,
/components/lwp/
A Dlwp_syscall.c8283 ret = rename(oldpath, newpath); in sys_rename()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1539 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
2694 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2495 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
3650 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2748 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
3903 * ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define

Completed in 74 milliseconds