Searched refs:local_result_path (Results 1 – 15 of 15) sorted by relevance
235 self._recorder_log_file = self.local_result_path.with_suffix(292 return LocalProbeResult(file=(self.local_result_path,))298 return LocalProbeResult(file=(self.local_result_path, timestrip_file))309 self.local_result_path.parent / f"vfr_{self.result_path.name}")310 self.local_result_path.rename(vrf_video_result)322 if not self.local_result_path.exists() or self.local_result_path.stat(357 timeline_strip_file = self.local_result_path.with_suffix(
102 self.probe.interval, self.local_result_path)105 self.local_result_path.mkdir()114 return LocalProbeResult(file=(self.local_result_path,))
148 stdout_path = self.local_result_path / f"{name}.stdout.txt"151 stderr_path = self.local_result_path / f"{name}.stderr.txt"158 self.host_platform.mkdir(self.local_result_path)
92 self.local_result_path.with_suffix(".output.txt"))93 self._log_path: LocalPath = self.local_result_path.with_suffix(".log")
273 local_result_path = out_dir / relative_path274 browser_platform.pull(remote_path, local_result_path)275 assert local_result_path.exists(), "Failed to copy result file."276 local_result_paths.append(local_result_path)
132 def local_result_path(self) -> LocalPath: member in BaseProbeContext218 def local_result_path(self) -> LocalPath: member in ProbeContext
86 file = self.local_result_path.with_suffix(".txt")
230 raw_file = self.local_result_path233 flattened_file = self.local_result_path
90 return ProbeResult(file=(self.local_result_path,))
178 local_result_path = self.local_result_path179 with local_result_path.open("w", encoding="utf-8") as f:
320 csv_file = self.local_result_path / f"{pth.safe_filename(query)}.csv"332 json_file = self.local_result_path / f"{pth.safe_filename(metric)}.json"344 return self.local_result_path / "merged_trace.zip"
65 log_dir = self.local_result_path.parent
70 pgo_file = self.local_result_path
131 rcs_file = self.local_result_path.with_suffix(".rcs.txt")
177 self._wprgo_log: LocalPath = self.local_result_path.with_name(231 return LocalProbeResult(file=(self.local_result_path,))