Home
last modified time | relevance | path

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

/third_party/python/PC/layout/support/
Dappxmanifest.py220 def _fixup_sccd(ns, sccd, new_hash=None): argument
222 return sccd
225 with open(sccd, "rb") as f:
240 sccd = ns.temp / sccd.name
241 sccd.parent.mkdir(parents=True, exist_ok=True)
242 with open(sccd, "wb") as f:
245 return sccd
507 sccd = ns.source / SCCD_FILENAME
508 if sccd.is_file():
510 sccd = _fixup_sccd(ns, sccd, os.getenv("APPX_DATA_SHA256"))
[all …]