Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dshutil.py467 srcobj = srcentry if use_srcentry else srcname
483 copystat(srcobj, dstname, follow_symlinks=not symlinks)
490 copytree(srcobj, dstname, symlinks, ignore,
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
/external/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()