Home
last modified time | relevance | path

Searched defs:moveAb (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl92 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java656 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2656 binder::Status InstalldNativeService::moveAb(const std::string& apkPath, in moveAb() function in android::installd::InstalldNativeService