Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp722 void SendApexInstallationRequestedAtom(const std::string& package_path, in SendApexInstallationRequestedAtom()
761 void SendApexInstallationEndedAtom(const std::string& package_path, in SendApexInstallationEndedAtom()
3918 Result<ApexFile> InstallPackageImpl(const std::string& package_path, in InstallPackageImpl()
4042 Result<ApexFile> InstallPackage(const std::string& package_path, bool force) { in InstallPackage()
Dapexservice.cpp545 const std::string& package_path, bool force, ApexInfo* aidl_return) { in installAndActivatePackage()