Home
last modified time | relevance | path

Searched refs:host_file (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dtrace_packager.py29 def _CompressFile(host_file, output): argument
31 open(host_file, 'rb') as input_file:
33 os.unlink(host_file)
38 for host_file in host_files:
39 z.write(host_file)
40 os.unlink(host_file)
Dddms_controller.py51 host_file = os.path.join(
53 self._device.PullFile(self._output_file, host_file)
54 return host_file
Dchrome_startup_controller.py70 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
71 self._device.PullFile(trace_file, host_file)
72 return host_file
Dchrome_controller.py107 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
109 self._device.PullFile(trace_file, host_file)
115 return host_file
/external/chromium-trace/catapult/devil/devil/android/tools/
Dscreenshot.py36 host_file = args.host_file or args.file
45 if host_file:
46 root, ext = os.path.splitext(host_file)
Dvideo_recorder.py91 def Pull(self, host_file=None): argument
102 host_file
136 host_file = args.host_file or args.file
152 if host_file:
153 root, ext = os.path.splitext(host_file)
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Daudio_AudioQualityAfterSuspend.py77 host_file = os.path.join('/tmp',
82 self.host.send_file(tmpfile.name, host_file)
83 logging.debug('Copied the file on the DUT at %s', host_file)
87 browser_facade.new_tab('file://' + host_file)
88 logging.info('Start playing %s on Cros device', host_file)