Searched refs:deleteOdex (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl76 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet,
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java453 public void deleteOdex(String apkPath, String instructionSet, String outputPath) method in class:Installer
457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath);
H A DOtaDexoptService.java261 mPackageManagerService.mInstaller.deleteOdex(codePath, isa, getOatDir(pkg));
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h111 binder::Status deleteOdex(const std::string& apkPath, const std::string& instructionSet,
H A DInstalldNativeService.cpp2251 binder::Status InstalldNativeService::deleteOdex(const std::string& apkPath, function in class:android::installd::InstalldNativeService

Completed in 41 milliseconds