Searched refs:from_file_path (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | crx_id.py | 103 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)
|
D | crx_id_unittest.py | 59 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/ |
D | extension_to_load.py | 45 from_file_path=True,
|