Home
last modified time | relevance | path

Searched refs:newParent (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp281 ConstructionContext(const ConstructionContext& other, const sk_sp<SkSVGNode>& newParent) in ConstructionContext()
282 : fParent(newParent.get()), fIDMapper(other.fIDMapper) {} in ConstructionContext()
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c130 int tmpfs_rename(struct Vnode *oldVnode, struct Vnode *newParent, const char *oldname, const char *newname);
2200 int tmpfs_rename(struct Vnode *oldVnode, struct Vnode *newParent, const char *oldname, const char *newname) in tmpfs_rename() argument
2256 newparent_tdo = (struct tmpfs_directory_s *)(newParent->data); in tmpfs_rename()
2259 new_fs = newParent->originMount->data; in tmpfs_rename()
2376 oldVnode->parent = newParent; in tmpfs_rename()

Completed in 4 milliseconds