Home
last modified time | relevance | path

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

/aosp12/system/apex/apexer/
H A Dapex_manifest.py48 def fromApex(apexFilePath): argument
49 with zipfile.ZipFile(apexFilePath, 'r') as apexFile: