Searched refs:host_file (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | trace_packager.py | 29 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)
|
D | ddms_controller.py | 51 host_file = os.path.join( 53 self._device.PullFile(self._output_file, host_file) 54 return host_file
|
D | chrome_startup_controller.py | 70 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
|
D | chrome_controller.py | 107 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/ |
D | screenshot.py | 36 host_file = args.host_file or args.file 45 if host_file: 46 root, ext = os.path.splitext(host_file)
|
D | video_recorder.py | 91 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/ |
D | audio_AudioQualityAfterSuspend.py | 77 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)
|