Home
last modified time | relevance | path

Searched refs:moveAb (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl86 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java492 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() method in Installer
498 mInstalld.moveAb(apkPath, instructionSet, outputPath); in moveAb()
DOtaDexoptService.java400 installer.moveAb(path, dexCodeInstructionSet, oatDir); in moveAbArtifacts()
/frameworks/native/cmds/installd/
DInstalldNativeService.h134 binder::Status moveAb(const std::string& apkPath, const std::string& instructionSet,
DInstalldNativeService.cpp2553 binder::Status InstalldNativeService::moveAb(const std::string& apkPath, in moveAb() function in android::installd::InstalldNativeService
/frameworks/base/services/
Dart-profile10355 HPLcom/android/server/pm/Installer;->moveAb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V