Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener.cc27 ApexUpdateListener::Sigil, const std::string& apex_name, in ApexUpdateListener()
52 const std::string& apex_name, CallbackFunction callback, in Make()
90 ApexUpdateListener::TrySlurpInfo(const std::string& apex_name, in TrySlurpInfo()
/aosp12/packages/modules/Gki/
H A Dbuild_gki_apex_manifest.cpp54 int WriteApexManifest(const std::string& apex_name, Json::UInt64 apex_version, in WriteApexManifest()
122 std::string apex_name = GetApexName(*kmi_version); in main() local
/aosp12/system/apex/apexd/aidl/android/apex/
H A 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()
/aosp12/system/apex/libs/libapexutil/
H A Dapexutil_test.cpp41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dnamespace.h67 void SetApexSource(std::string apex_name) { in SetApexSource()
/aosp12/system/linkerconfig/modules/
H A Dnamespace.cc31 auto apex_name = ns.GetApexSource(); in VerifyIfApexNamespaceContainsAllSharedLink() local
/aosp12/packages/modules/Virtualization/microdroid/signature/
H A Dmk_payload.cc177 auto get_apex_path = [&](const std::string& apex_name) -> std::optional<std::string> { in LoadSystemApexes()
185 for (const auto& apex_name : config.system_apexes) { in LoadSystemApexes() local
/aosp12/packages/modules/ArtPrebuilt/
H A Dupdate-art-module-prebuilts.py63 def install_apex_entries(apex_name): argument
/aosp12/system/apex/apexer/
H A Dapexer_test.py368 def _run_build_test(self, apex_name): argument
/aosp12/system/apex/apexd/
H A Dapexd_session.cpp233 void ApexSession::AddApexName(const std::string& apex_name) { in AddApexName()
H A Dapexd.cpp1723 const std::string& apex_name, in SnapshotDataDirectory()
1748 const std::string& apex_name, in RestoreDataDirectory()
1773 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1782 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1826 const std::string& apex_name) { in SnapshotCeData()
1832 const std::string& apex_name) { in RestoreCeData()
1907 for (const auto& apex_name : session.GetApexNames()) { in RestorePreRestoreSnapshotsIfPresent() local
H A Dapexservice.cpp552 const std::string& apex_name) { in snapshotCeData()
565 const std::string& apex_name) { in restoreCeData()
H A Dapex_file_repository_test.cpp88 auto test_fn = [&](const std::string& apex_name) { in TEST()
H A Dapexd_test.cpp145 std::string AddPreInstalledApex(const std::string& apex_name) { in AddPreInstalledApex()
150 std::string AddDataApex(const std::string& apex_name) { in AddDataApex()
155 std::string AddDataApex(const std::string& apex_name, in AddDataApex()
179 Result<ApexSession> CreateStagedSession(const std::string& apex_name, in CreateStagedSession()
H A Dapexservice_test.cpp1654 for (const std::string& apex_name : apex_names) { in RunPrePost() local
2679 for (const auto& apex_name : kEarlyApexes) { in TEST() local