| /system/core/init/ |
| D | apex_init_util.cpp | 40 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()
|
| D | service_list.h | 59 std::vector<Service*> FindServicesByApexName(const std::string& apex_name) const { in FindServicesByApexName()
|
| D | init.cpp | 426 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()
|
| D | subcontext.cpp | 254 auto apex_name = GetApexNameFromFileName(path); in PathMatchesSubcontext() local
|
| D | init_test.cpp | 248 const std::string& apex_name) { in TestStartApexServices()
|
| /system/apex/apexd/aidl/android/apex/ |
| D | IApexService.aidl | 43 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/ |
| D | apexconfig_test.cc | 157 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/ |
| D | apexutil_test.cpp | 41 ApexManifest CreateApexManifest(std::string apex_name, int version) { in CreateApexManifest()
|
| /system/apex/libs/libapexsupport/src/ |
| D | apexinfo.rs | 67 let apex_name = remain in get_apex_manifest_path() localVariable
|
| /system/apex/apexd/ |
| D | apex_file_repository.cpp | 58 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
|
| D | apexd_image_manager.cpp | 57 const std::string& apex_name) { in AllocateNewName()
|
| D | apexd.cpp | 1645 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()
|
| D | apexd_session.cpp | 157 void ApexSession::AddApexName(const std::string& apex_name) { in AddApexName()
|
| D | apexservice.cpp | 624 const std::string& apex_name) { in snapshotCeData() 644 const std::string& apex_name) { in restoreCeData()
|
| D | apex_file_repository_test.cpp | 95 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
|
| D | apexd_test.cpp | 224 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()
|
| D | apexservice_test.cpp | 1537 for (const auto& apex_name : kEarlyApexes) { in TEST() local
|
| /system/apex/apexer/ |
| D | apexer_test.py | 376 def _run_build_test(self, apex_name): argument
|
| /system/linkerconfig/ |
| D | main.cc | 342 android::linkerconfig::contents::Context& ctx, const std::string& apex_name, in GenerateApexConfiguration()
|