Searched defs:stagePackages (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/apex/apexd/aidl/android/apex/ | ||
H A D | IApexService.aidl | 98 void stagePackages(in @utf8InCpp List<String> package_tmp_paths); in stagePackages() method |
/aosp12/system/apex/apexd/ | ||
H A D | apexservice.cpp | 135 BinderStatus ApexService::stagePackages(const std::vector<std::string>& paths) { in stagePackages() function in android::apex::binder::__anonf34a850d0110::ApexService |