HomeSort by relevance Sort by last modified time
    Searched defs:deleteOdex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 453 public void deleteOdex(String apkPath, String instructionSet, String outputPath)
457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath);
OtaDexoptService.java 261 mPackageManagerService.mInstaller.deleteOdex(codePath, isa, getOatDir(pkg));
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]

Completed in 174 milliseconds