Home
last modified time | relevance | path

Searched refs:remountPackages (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl117 void remountPackages(); in remountPackages() method
/system/apex/apexd/
Dapexd.h121 android::base::Result<void> remountPackages();
Dapexservice.cpp103 BinderStatus remountPackages() override;
537 BinderStatus ApexService::remountPackages() { in remountPackages() function in android::apex::binder::__anond65ff5a10111::ApexService
545 if (auto res = ::android::apex::remountPackages(); !res.ok()) { in remountPackages()
913 BinderStatus status = remountPackages(); in shellCommand()
Dapexservice_test.cpp2780 service_->remountPackages(); in TEST_F()
2803 service_->remountPackages(); in TEST_F()
Dapexd.cpp2280 Result<void> remountPackages() { in remountPackages() function