Home
last modified time | relevance | path

Searched refs:rmdex (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl59 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java358 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() method in Installer
362 mInstalld.rmdex(codePath, instructionSet); in rmdex()
DPackageManagerService.java3054 mInstaller.rmdex(codePathString, in PackageManagerService()
10345 mInstaller.rmdex(codePathString,
15783 mInstaller.rmdex(codePath, dexCodeInstructionSet);
/frameworks/native/cmds/installd/
DInstalldNativeService.h92 binder::Status rmdex(const std::string& codePath, const std::string& instructionSet);
DInstalldNativeService.cpp1177 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() function in android::installd::InstalldNativeService
/frameworks/base/config/
Dboot-image-profile.txt27627 HSPLandroid/os/IInstalld$Stub$Proxy;->rmdex(Ljava/lang/String;Ljava/lang/String;)V
27667 HSPLandroid/os/IInstalld;->rmdex(Ljava/lang/String;Ljava/lang/String;)V