Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_preinstalled_data.cpp70 ApexPreinstalledData apexPreInstalledData; in collectPreinstalleDataFromDir() local
71 apexPreInstalledData.name = apex_file->GetManifest().name(); in collectPreinstalleDataFromDir()
72 apexPreInstalledData.key = apex_file->GetBundledPublicKey(); in collectPreinstalleDataFromDir()
73 apexPreInstalledData.path = apex_file->GetPath(); in collectPreinstalleDataFromDir()
74 ret.push_back(apexPreInstalledData); in collectPreinstalleDataFromDir()