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.aidl61 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java376 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() method in Installer
381 mInstalld.rmdex(codePath, instructionSet); in rmdex()
DPackageManagerService.java3133 mInstaller.rmdex(codePathString, in PackageManagerService()
11104 mInstaller.rmdex(codePathString,
15675 mInstaller.rmdex(codePath, dexCodeInstructionSet);
/frameworks/native/cmds/installd/
DInstalldNativeService.h105 binder::Status rmdex(const std::string& codePath, const std::string& instructionSet);
DInstalldNativeService.cpp1403 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() function in android::installd::InstalldNativeService
/frameworks/base/services/
Dart-profile10360 HSPLcom/android/server/pm/Installer;->rmdex(Ljava/lang/String;Ljava/lang/String;)V