Home
last modified time | relevance | path

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

/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dcros_interface_unittest.py28 cri.PushContents('hello world', '/tmp/testPushContents')
65 cri.PushContents('testGetFileNonExistent', f.name)
90 cri.PushContents('testGetFileNonExistent', f.name)
Dcros_interface.py223 def PushContents(self, text, remote_filename): member in CrOSInterface