Home
last modified time | relevance | path

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

/system/apex/libs/libapexutil/
Dapexutil_test.cpp41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest() function
78 auto foo_manifest = CreateApexManifest("com.android.foo", 1); in TEST()
88 auto bar_manifest = CreateApexManifest("com.android.bar", 2); in TEST()
/system/apex/apexer/
Dapexer.py763 manifest_apex = CreateApexManifest(args.manifest)
851 def CreateApexManifest(manifest_path): function