Searched refs:deleteOdex (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 88 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in deleteOdex() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 504 public void deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() method in Installer 510 mInstalld.deleteOdex(apkPath, instructionSet, outputPath); in deleteOdex()
|
D | PackageManagerService.java | 25371 mInstaller.deleteOdex(codePath, isa, oatDir);
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 136 binder::Status deleteOdex(const std::string& apkPath, const std::string& instructionSet,
|
D | InstalldNativeService.cpp | 2568 binder::Status InstalldNativeService::deleteOdex(const std::string& apkPath, in deleteOdex() function in android::installd::InstalldNativeService
|