Home
last modified time | relevance | path

Searched defs:apex_name (Results 1 – 11 of 11) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl42 void snapshotCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in snapshotCeData()
48 void restoreCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in restoreCeData()
/system/apex/libs/libapexutil/
Dapexutil_test.cpp41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h67 void SetApexSource(std::string apex_name) { in SetApexSource()
/system/linkerconfig/modules/
Dnamespace.cc31 auto apex_name = ns.GetApexSource(); in VerifyIfApexNamespaceContainsAllSharedLink() local
/system/apex/apexer/
Dapexer_test.py368 def _run_build_test(self, apex_name): argument
/system/apex/apexd/
Dapexd_session.cpp233 void ApexSession::AddApexName(const std::string& apex_name) { in AddApexName()
Dapexd.cpp1708 const std::string& apex_name, in SnapshotDataDirectory()
1733 const std::string& apex_name, in RestoreDataDirectory()
1758 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1767 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1811 const std::string& apex_name) { in SnapshotCeData()
1817 const std::string& apex_name) { in RestoreCeData()
1892 for (const auto& apex_name : session.GetApexNames()) { in RestorePreRestoreSnapshotsIfPresent() local
Dapexservice.cpp552 const std::string& apex_name) { in snapshotCeData()
565 const std::string& apex_name) { in restoreCeData()
Dapex_file_repository_test.cpp88 auto test_fn = [&](const std::string& apex_name) { in TEST()
Dapexd_test.cpp143 std::string AddPreInstalledApex(const std::string& apex_name) { in AddPreInstalledApex()
148 std::string AddDataApex(const std::string& apex_name) { in AddDataApex()
153 std::string AddDataApex(const std::string& apex_name, in AddDataApex()
177 Result<ApexSession> CreateStagedSession(const std::string& apex_name, in CreateStagedSession()
Dapexservice_test.cpp1654 for (const std::string& apex_name : apex_names) { in RunPrePost() local
2679 for (const auto& apex_name : kEarlyApexes) { in TEST() local