Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dshutil.py500 srcobj = srcentry if use_srcentry else srcname
516 copystat(srcobj, dstname, follow_symlinks=not symlinks)
523 copytree(srcobj, dstname, symlinks, ignore,
527 copy_function(srcobj, dstname)
529 copytree(srcobj, dstname, symlinks, ignore, copy_function,
533 copy_function(srcobj, dstname)
/external/libnl/lib/route/
Dtc.c810 int rtnl_tc_clone(struct nl_object *dstobj, struct nl_object *srcobj) in rtnl_tc_clone() argument
813 struct rtnl_tc *src = TC_CAST(srcobj); in rtnl_tc_clone()