Home
last modified time | relevance | path

Searched refs:srcobj (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dshutil.py466 srcobj = srcentry if use_srcentry else srcname
482 copystat(srcobj, dstname, follow_symlinks=not symlinks)
489 copytree(srcobj, dstname, symlinks, ignore,
492 copy_function(srcobj, dstname)
494 copytree(srcobj, dstname, symlinks, ignore, copy_function,
498 copy_function(srcobj, dstname)
/third_party/libnl/lib/route/
Dtc.c812 int rtnl_tc_clone(struct nl_object *dstobj, struct nl_object *srcobj) in rtnl_tc_clone() argument
815 struct rtnl_tc *src = TC_CAST(srcobj); in rtnl_tc_clone()