Searched defs:package_path (Results 1 – 4 of 4) sorted by relevance
78 void activatePackage(in @utf8InCpp String package_path); in activatePackage()83 void deactivatePackage(in @utf8InCpp String package_path); in deactivatePackage()
416 std::string package_path = package->GetPath(); in TryUpdateBinary() local675 bool SetupPackageMount(const std::string& package_path, bool* should_use_fuse) { in SetupPackageMount()
375 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()
3656 Result<ApexFile> InstallPackage(const std::string& package_path) { in InstallPackage()