Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dcrx_id.py103 def GetPublicKey(filename, from_file_path, is_win_path=False): argument
104 if from_file_path:
121 def GetCRXHash(filename, from_file_path=False, is_win_path=False): argument
122 pub_key = GetPublicKey(filename, from_file_path, is_win_path=is_win_path)
126 def GetCRXAppID(filename, from_file_path=False, is_win_path=False): argument
127 pub_key = GetPublicKey(filename, from_file_path, is_win_path=is_win_path)
Dcrx_id_unittest.py59 from_file_path=True),
65 from_file_path=True,
72 from_file_path=True,
76 from_file_path=True,
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dextension_to_load.py45 from_file_path=True,