Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/
Dutil.py13 for host_file in host_files:
14 z.write(host_file)
15 os.unlink(host_file)
17 def CompressFile(host_file, output): argument
18 with gzip.open(output, 'wb') as out, open(host_file, 'rb') as input_file:
20 os.unlink(host_file)
Dddms_tracing_agent.py64 host_file = os.path.join(
66 self._device.PullFile(self._output_file, host_file)
67 return host_file
Dchrome_startup_tracing_agent.py103 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
104 self._device.PullFile(trace_file, host_file)
105 return host_file
Dchrome_tracing_agent.py116 host_file = os.path.join(os.path.curdir, os.path.basename(trace_file))
118 self._device.PullFile(trace_file, host_file)
124 return host_file
/external/perfetto/tools/
Drecord_android_trace155 host_file = os.path.join(args.out, fname)
157 host_file = args.out
158 host_dir = os.path.dirname(host_file)
161 host_file = './' + host_file
196 prt('Pulling into %s' % host_file, ANSI.BOLD)
197 adb('pull', device_file, host_file).wait()
201 prt('Opening the trace (%s) in the browser' % host_file)
202 open_trace_in_browser(host_file)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dscreenshot.py40 host_file = args.host_file or args.file
47 if host_file:
48 root, ext = os.path.splitext(host_file)
Dvideo_recorder.py93 def Pull(self, host_file=None): argument
103 host_file_name = (host_file or 'screen-recording-%s-%s.mp4' % (str(
145 host_file = args.host_file or args.file
159 if host_file:
160 root, ext = os.path.splitext(host_file)
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Daudio_AudioQualityAfterSuspend.py53 host_file = os.path.join('/tmp',
58 self.host.send_file(tmpfile.name, host_file)
59 logging.debug('Copied the file on the DUT at %s', host_file)
63 browser_facade.new_tab('file://' + host_file)
64 logging.info('Start playing %s on Cros device', host_file)
/external/grpc-grpc/tools/run_tests/
Drun_interop_tests.py997 host_file = '%s/.composer/auth.json' % os.environ['HOME']
998 if language.safename == 'php' and os.path.exists(host_file):
1000 '-v %s:/root/.composer/auth.json:ro' % host_file
/external/eigen/cmake/
DEigenTesting.cmake125 set( host_file ${CMAKE_CURRENT_SOURCE_DIR}/${filename}) variable
129 COMMAND ${CMAKE_COMMAND} -E echo "\\#include \\\"${host_file}\\\"" > ${include_file}