Home
last modified time | relevance | path

Searched defs:CopyInto (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/test/
Dfake_packet.cc83 void FakePacketFragment::CopyInto(std::vector<uint8_t>* data) const { in CopyInto() function in perfetto::FakePacketFragment
/external/autotest/utils/frozen_chromite/lib/
Dgs.py673 def CopyInto(self, local_path, remote_dir, filename=None, **kwargs): member in GSContext