Searched refs:rename (Results 1 – 19 of 19) sorted by relevance
| /components/dfs/dfs_v1/include/ |
| A D | dfs_fs.h | 45 int (*rename) (struct dfs_filesystem *fs, const char *oldpath, const char *newpath); member
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_fs.h | 98 int (*rename)(struct dfs_dentry *old_dentry, struct dfs_dentry *new_dentry); member
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_posix.c | 349 int rename(const char *old_file, const char *new_file) in rename() function 363 RTM_EXPORT(rename);
|
| A D | dfs_file.c | 693 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 D | syscalls.c | 259 rc = rename(old, new); in _rename_r()
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 50 …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 D | contrib.txt | 50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t…
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_posix.c | 456 int rename(const char *old_file, const char *new_file) in rename() function 476 RTM_EXPORT(rename);
|
| A D | dfs_file.c | 2160 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 D | contrib.txt | 54 …trivial fixes unless the bugfix is trivial too.Do not reorganize code and rename identifiers in th…
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 215 …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 D | 00history.txt | 215 …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 D | dfs_elm.c | 1091 .rename = dfs_elm_rename,
|
| /components/finsh/ |
| A D | msh_file.c | 293 rename(argv[1], dest); in cmd_mv()
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 881 .rename = dfs_tmpfs_rename,
|
| /components/lwp/ |
| A D | lwp_syscall.c | 8283 ret = rename(oldpath, newpath); in sys_rename()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1539 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 D | CHANGELOG | 2495 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 D | CHANGELOG | 2748 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