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

  /external/chromium_org/tools/crx_id/
crx_id_unittest.py 64 from_file_path=True),
69 from_file_path=True,
76 from_file_path=True,
80 from_file_path=True,
crx_id.py 113 def GetPublicKey(filename, from_file_path, is_win_path=False):
114 if from_file_path:
131 def GetCRXHash(filename, from_file_path=False, is_win_path=False):
132 pub_key = GetPublicKey(filename, from_file_path, is_win_path=is_win_path)
136 def GetCRXAppID(filename, from_file_path=False, is_win_path=False):
137 pub_key = GetPublicKey(filename, from_file_path, is_win_path=is_win_path)
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_to_load.py 44 from_file_path=True,

Completed in 4999 milliseconds