Home
last modified time | relevance | path

Searched defs:unstagePackages (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl60 void unstagePackages(in @utf8InCpp List<String> active_package_paths); in unstagePackages() method
/system/apex/apexd/
Dapexservice.cpp146 BinderStatus ApexService::unstagePackages( in unstagePackages() function in android::apex::binder::__anond65ff5a10111::ApexService
Dapexd.cpp1773 Result<void> unstagePackages(const std::vector<std::string>& paths) { in unstagePackages() function