Home
last modified time | relevance | path

Searched defs:rmdex (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl64 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java379 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1496 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() function in android::installd::InstalldNativeService