Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp90 auto success = to->CopyAllFrom(*from, &(*stop)); in Forward()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h312 bool CopyAllFrom(FileInstance& in, FileInstance* stop = nullptr);
Dshared_fd.cpp168 bool FileInstance::CopyAllFrom(FileInstance& in, FileInstance* stop) { in CopyAllFrom() function in cuttlefish::FileInstance