Home
last modified time | relevance | path

Searched defs:fromCodePath (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DMoveInfo.java31 String fromCodePath) { in MoveInfo()
DMovePackageHelper.java152 final String fromCodePath; in movePackageInternal() local
DRemovePackageHelper.java526 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall()
DInstaller.java486 String fromCodePath) throws InstallerException { in moveCompleteApp()
DPackageManagerService.java8064 void cleanUpForMoveInstall(String volumeUuid, String packageName, String fromCodePath) { in cleanUpForMoveInstall()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl58 @utf8InCpp String seInfo, int targetSdkVersion, @utf8InCpp String fromCodePath); in moveCompleteApp()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1866 int32_t targetSdkVersion, const std::string& fromCodePath) { in moveCompleteApp()