Home
last modified time | relevance | path

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

/aosp12/system/apex/tools/
H A Dapex_compression_tool.py128 def AddOriginalApexDigestToManifest(capex_manifest_path, apex_image_path): argument
137 with open(capex_manifest_path, 'rb') as f:
145 with open(capex_manifest_path, 'wb') as f: