Searched defs:newName (Results 1 - 11 of 11) sorted by relevance
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| H A D | It_uts_container_002.cpp | 42 struct utsname newName; in ChildFunc() local
|
| H A D | It_uts_container_004.cpp | 43 struct utsname newName; in ChildFunc() local
|
| /base/update/updater/services/diffpatch/patch/ |
| H A D | update_patch.cpp | 223 ApplyPatch(const std::string &patchName, const std::string &oldName, const std::string &newName) ApplyPatch() argument
|
| /base/update/updater/test/unittest/diffpatch/ |
| H A D | diffpatch_unittest.cpp | 142 TestApplyBlockPatch(const std::string &patchName, const std::string &oldName, const std::string &newName, bool isBuffer) const TestApplyBlockPatch() argument
|
| /kernel/uniproton/src/fs/ |
| H A D | fs.c | 82 int rename(const char *oldName, const char *newName) in rename() argument
|
| /base/startup/init/test/unittest/param/ |
| H A D | paramservice_unittest.cpp | 407 std::string newName = name; in TestAddParamWatch1() local 430 std::string newName = name; in TestAddParamWatch3() local
|
| /kernel/liteos_m/components/fs/littlefs/ |
| H A D | lfs_adapter.c | 576 int LfsRename(struct MountPoint *mp, const char *oldName, const char *newName)
in LfsRename() argument
|
| /kernel/uniproton/src/fs/littlefs/ |
| H A D | lfs_adapter.c | 550 static S32 OsLfsRename(struct TagMountPoint *mp, const char *oldName, const char *newName)
in OsLfsRename() argument
|
| /kernel/uniproton/src/fs/vfs/ |
| H A D | vfs_fs.c | 385 S32 OsVfsRename(const char *oldName, const char *newName) in OsVfsRename() argument
|
| /kernel/liteos_a/fs/jffs2/src/ |
| H A D | vfs_jffs2.c | 693 int VfsJffs2Link(struct Vnode *oldVnode, struct Vnode *newParentVnode, struct Vnode **newVnode, const char *newName) in VfsJffs2Link() argument
|
| /kernel/liteos_m/components/fs/fatfs/ |
| H A D | fatfs.c | 782 int FatfsRename(struct MountPoint *mp, const char *oldName, const char *newName)
in FatfsRename() argument
|
Completed in 10 milliseconds