HomeSort by relevance Sort by last modified time
    Searched refs:GetAbsPath (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
file_handle.py 16 use the module-level GetAbsPath and FromTempFile functions.
39 return os.path.splitext(self.GetAbsPath())[1]
41 def GetAbsPath(self):
  /external/chromium-trace/catapult/telemetry/telemetry/value/
trace.py 69 os.remove(self._temp_file.GetAbsPath())
84 return self._temp_file.GetAbsPath()
126 shutil.copy(self._temp_file.GetAbsPath(), file_path)
144 bucket, remote_path, fh.GetAbsPath())
trace_unittest.py 79 {fh.GetAbsPath(): 123})
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
page_test_results.py 246 self._serialized_trace_file_ids_to_paths[fh.id] = fh.GetAbsPath()
262 bucket, remote_path, file_handle.GetAbsPath())
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_run_end_to_end_unittest.py 644 results.pages_to_profiling_files[failing_page][0].GetAbsPath())
731 results.pages_to_profiling_files[failing_page][0].GetAbsPath())

Completed in 258 milliseconds