Searched refs:moveAb (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 86 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 492 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() method in Installer 498 mInstalld.moveAb(apkPath, instructionSet, outputPath); in moveAb()
|
D | OtaDexoptService.java | 400 installer.moveAb(path, dexCodeInstructionSet, oatDir); in moveAbArtifacts()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 134 binder::Status moveAb(const std::string& apkPath, const std::string& instructionSet,
|
D | InstalldNativeService.cpp | 2553 binder::Status InstalldNativeService::moveAb(const std::string& apkPath, in moveAb() function in android::installd::InstalldNativeService
|
/frameworks/base/services/ |
D | art-profile | 10355 HPLcom/android/server/pm/Installer;->moveAb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|