Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp161 EXPECT_TRUE(service->rmdex("com.example", "arm").isOk()); in TEST_F()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl56 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java342 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() method in Installer
346 mInstalld.rmdex(codePath, instructionSet); in rmdex()
DPackageManagerService.java12402 mInstaller.rmdex(ps.codePathString, in adjustCpuAbisForSharedUserLPw()
16900 mInstaller.rmdex(codePath, dexCodeInstructionSet); in removeDexFiles()
/frameworks/native/cmds/installd/
DInstalldNativeService.h89 binder::Status rmdex(const std::string& codePath, const std::string& instructionSet);
DInstalldNativeService.cpp1093 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() function in android::installd::InstalldNativeService
/frameworks/base/services/
Dart-profile12286 PLcom/android/server/pm/Installer;->rmdex(Ljava/lang/String;Ljava/lang/String;)V
/frameworks/base/config/
Dboot-image-profile.txt5224 HPLandroid/os/IInstalld$Stub$Proxy;->rmdex(Ljava/lang/String;Ljava/lang/String;)V
28735 HSPLandroid/os/IInstalld;->rmdex(Ljava/lang/String;Ljava/lang/String;)V