Searched defs:apex_name (Results 1 – 11 of 11) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 42 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/ |
D | apexutil_test.cpp | 41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest()
|
/system/linkerconfig/modules/include/linkerconfig/ |
D | namespace.h | 67 void SetApexSource(std::string apex_name) { in SetApexSource()
|
/system/linkerconfig/modules/ |
D | namespace.cc | 31 auto apex_name = ns.GetApexSource(); in VerifyIfApexNamespaceContainsAllSharedLink() local
|
/system/apex/apexer/ |
D | apexer_test.py | 368 def _run_build_test(self, apex_name): argument
|
/system/apex/apexd/ |
D | apexd_session.cpp | 233 void ApexSession::AddApexName(const std::string& apex_name) { in AddApexName()
|
D | apexd.cpp | 1708 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
|
D | apexservice.cpp | 552 const std::string& apex_name) { in snapshotCeData() 565 const std::string& apex_name) { in restoreCeData()
|
D | apex_file_repository_test.cpp | 88 auto test_fn = [&](const std::string& apex_name) { in TEST()
|
D | apexd_test.cpp | 143 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()
|
D | apexservice_test.cpp | 1654 for (const std::string& apex_name : apex_names) { in RunPrePost() local 2679 for (const auto& apex_name : kEarlyApexes) { in TEST() local
|