Searched defs:newName (Results 1 – 8 of 8) sorted by relevance
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| D | It_uts_container_004.cpp | 43 struct utsname newName; in ChildFunc() local
|
| D | It_uts_container_002.cpp | 42 struct utsname newName; in ChildFunc() local
|
| /kernel/uniproton/src/fs/ |
| D | fs.c | 82 int rename(const char *oldName, const char *newName) in rename()
|
| /kernel/liteos_m/components/fs/littlefs/ |
| D | lfs_adapter.c | 576 int LfsRename(struct MountPoint *mp, const char *oldName, const char *newName) in LfsRename()
|
| /kernel/uniproton/src/fs/littlefs/ |
| D | lfs_adapter.c | 550 static S32 OsLfsRename(struct TagMountPoint *mp, const char *oldName, const char *newName) in OsLfsRename()
|
| /kernel/liteos_m/components/fs/fatfs/ |
| D | fatfs.c | 782 int FatfsRename(struct MountPoint *mp, const char *oldName, const char *newName) in FatfsRename()
|
| /kernel/uniproton/src/fs/vfs/ |
| D | vfs_fs.c | 385 S32 OsVfsRename(const char *oldName, const char *newName) in OsVfsRename()
|
| /kernel/liteos_a/fs/jffs2/src/ |
| D | vfs_jffs2.c | 693 …struct Vnode *oldVnode, struct Vnode *newParentVnode, struct Vnode **newVnode, const char *newName) in VfsJffs2Link()
|