Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexer/
H A Dapex_manifest.py50 def fromApex(apexFilePath): argument
51 with zipfile.ZipFile(apexFilePath, 'r') as apexFile: