Home
last modified time | relevance | path

Searched refs:clone_from (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py258 clone = Repo.clone_from(pkg_repo, pkg_dir, branch=branch)
262 clone = Repo.clone_from(pkg_repo, pkg_dir, branch="master")
/openbmc/linux/rust/alloc/
H A Dboxed.rs1324 fn clone_from(&mut self, source: &Self) { in clone_from() method
1325 (**self).clone_from(&(**source)); in clone_from()
2051 fn clone_from(&mut self, other: &Self) { in clone_from() method
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2886 fn clone_from(&mut self, other: &Self) { in clone_from() method