Home
last modified time | relevance | path

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

/system/core/init/
Dapex_init_util.cpp40 const std::string& apex_name, const std::set<std::string>& skip_apexes) { in CollectRcScriptsFromApex()
66 const std::string& apex_name = paths[2]; in CollectRcScriptsFromApex() local
140 Result<void> ParseRcScriptsFromApex(const std::string& apex_name) { in ParseRcScriptsFromApex()
Dservice_list.h59 std::vector<Service*> FindServicesByApexName(const std::string& apex_name) const { in FindServicesByApexName()
Dinit.cpp426 int StopServicesFromApex(const std::string& apex_name) { in StopServicesFromApex()
446 void RemoveServiceAndActionFromApex(const std::string& apex_name) { in RemoveServiceAndActionFromApex()
462 static Result<void> DoUnloadApex(const std::string& apex_name) { in DoUnloadApex()
470 static Result<void> UpdateApexLinkerConfig(const std::string& apex_name) { in UpdateApexLinkerConfig()
489 static Result<void> DoLoadApex(const std::string& apex_name) { in DoLoadApex()
Dsubcontext.cpp254 auto apex_name = GetApexNameFromFileName(path); in PathMatchesSubcontext() local
Dinit_test.cpp248 const std::string& apex_name) { in TestStartApexServices()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl43 void snapshotCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in snapshotCeData()
49 void restoreCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in restoreCeData()
/system/linkerconfig/contents/tests/configuration/
Dapexconfig_test.cc157 const std::string apex_name = "com.android.target"; in TEST_F() local
177 const std::string apex_name = "com.android.target"; in TEST_F() local
/system/apex/libs/libapexutil/
Dapexutil_test.cpp41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest()
/system/apex/libs/libapexsupport/src/
Dapexinfo.rs67 let apex_name = remain in get_apex_manifest_path() localVariable
/system/apex/apexd/
Dapex_file_repository.cpp58 const std::vector<std::string>& prefixes, const std::string& apex_name) { in GetApexSelectFilenameFromProp()
116 const std::string apex_name = name; in StorePreInstalledApex() local
133 const std::string apex_name = name; in StorePreInstalledApex() local
Dapexd_image_manager.cpp57 const std::string& apex_name) { in AllocateNewName()
Dapexd.cpp1645 const std::string& apex_name, in SnapshotDataDirectory()
1670 const std::string& apex_name, in RestoreDataDirectory()
1695 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1704 for (const auto& apex_name : session.GetApexNames()) { in SnapshotOrRestoreDeIfNeeded() local
1748 const std::string& apex_name) { in SnapshotCeData()
1754 const std::string& apex_name) { in RestoreCeData()
1823 for (const auto& apex_name : session.GetApexNames()) { in RestorePreRestoreSnapshotsIfPresent() local
3483 Result<void> UnloadApexFromInit(const std::string& apex_name) { in UnloadApexFromInit()
3495 Result<void> LoadApexFromInit(const std::string& apex_name) { in LoadApexFromInit()
Dapexd_session.cpp157 void ApexSession::AddApexName(const std::string& apex_name) { in AddApexName()
Dapexservice.cpp624 const std::string& apex_name) { in snapshotCeData()
644 const std::string& apex_name) { in restoreCeData()
Dapex_file_repository_test.cpp95 auto test_fn = [&](const std::string& apex_name) { in TEST()
202 std::string apex_name = apex->GetManifest().name(); in TEST() local
241 std::string apex_name = apex->GetManifest().name(); in TEST() local
268 std::string apex_name = apex->GetManifest().name(); in TEST() local
Dapexd_test.cpp224 std::string AddPreInstalledApex(const std::string& apex_name) { in AddPreInstalledApex()
229 std::string AddDataApex(const std::string& apex_name) { in AddDataApex()
234 std::string AddDataApex(const std::string& apex_name, in AddDataApex()
240 std::string AddDecompressedApex(const std::string& apex_name) { in AddDecompressedApex()
273 std::string PrepareStagedSession(const std::string& apex_name, in PrepareStagedSession()
281 Result<ApexSession> CreateStagedSession(const std::string& apex_name, in CreateStagedSession()
951 std::string AddBlockApex(const std::string& apex_name, in AddBlockApex()
967 void AddToMetadata(const std::string& apex_name, in AddToMetadata()
Dapexservice_test.cpp1537 for (const auto& apex_name : kEarlyApexes) { in TEST() local
/system/apex/apexer/
Dapexer_test.py376 def _run_build_test(self, apex_name): argument
/system/linkerconfig/
Dmain.cc342 android::linkerconfig::contents::Context& ctx, const std::string& apex_name, in GenerateApexConfiguration()