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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp161 EXPECT_TRUE(service->rmdex("com.example", "arm").isOk());
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl56 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java332 public void rmdex(String codePath, String instructionSet) throws InstallerException { method in class:Installer
336 mInstalld.rmdex(codePath, instructionSet);
H A DPackageManagerService.java11703 mInstaller.rmdex(ps.codePathString,
16072 // only used during the rmdex() phase to clean up resources. We can get rid of this
16161 mInstaller.rmdex(codePath, dexCodeInstructionSet);
[all...]
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h89 binder::Status rmdex(const std::string& codePath, const std::string& instructionSet);
H A DInstalldNativeService.cpp1087 binder::Status InstalldNativeService::rmdex(const std::string& codePath, function in class:android::installd::InstalldNativeService

Completed in 409 milliseconds