Home
last modified time | relevance | path

Searched defs:package_path (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/aidl/android/apex/
H A DIApexService.aidl78 void activatePackage(in @utf8InCpp String package_path); in activatePackage()
83 void deactivatePackage(in @utf8InCpp String package_path); in deactivatePackage()
/aosp12/bootable/recovery/install/
H A Dinstall.cpp416 std::string package_path = package->GetPath(); in TryUpdateBinary() local
675 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount()
/aosp12/system/apex/apexd/
H A Dapexservice.cpp375 BinderStatus ApexService::activatePackage(const std::string& package_path) { in activatePackage()
396 BinderStatus ApexService::deactivatePackage(const std::string& package_path) { in deactivatePackage()
459 const std::string& package_path, ApexInfo* aidl_return) { in installAndActivatePackage()
H A Dapexd.cpp3656 Result<ApexFile> InstallPackage(const std::string& package_path) { in InstallPackage()