Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/
H A Drun_simpleperf.py48 def RunStackScript(output_dir, stack_input_path): argument
63 stack_input_path]
87 stack_input_path = os.path.join(self.tmp_dir, 'stack_input.txt')
88 with open(stack_input_path, 'w') as f:
94 self.args.output_directory, stack_input_path)