Home
last modified time | relevance | path

Searched defs:apexName (Results 1 – 6 of 6) sorted by relevance

/system/apex/tests/src/com/android/tests/apex/
DSharedLibsApexTest.java78 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex()
139 private String getInstalledApexFileName(ApexName apexName, ApexVersion apexVersion) { in getInstalledApexFileName()
DApexE2EBaseHostTest.java120 protected final void uninstallApex(String apexName) throws Exception { in uninstallApex()
DApexdHostTest.java78 private boolean deviceHasActiveApex(String apexName) throws Exception { in deviceHasActiveApex()
/system/apex/libs/libapexsupport/
Dapexsupport.cpp31 const char *_Nonnull apexName, int flag) { in AApexSupport_loadLibrary()
/system/libvintf/
Dparse_xml.cpp879 std::string_view apexName = parseApexName(param.fileName); in buildObject() local
/system/libvintf/test/
Dvintf_object_tests.cpp1015 std::optional<std::string> apexName = "com.test"; in TEST_F() local